.slide_wrapper{
	width:588px;
	height:420px; 
	margin:0 0 0 40px; 
	float:left;
}
.preview_wrapper{
	height:292px;
	width:590px;
}
.slide_title {
	background:url('/themes/energetic/images/slider/slide_title_bg.png') no-repeat;
	font-size:175%;
	color:#fff;
	height:60px;
	margin:220px 0 0 0;
	padding:17px 35px 0 45px;
	float:left;
}
.slide_title a {
	color:#fff;
}
.slide_title a:hover {
	color:#ccc;
}
.video_play_button {
	background:url('/themes/energetic/images/slider/video_play_button.png') no-repeat;
	float:left;
	width:61px;
	height: 39px;
	margin: 120px 0 0 280px;
}
.video_play_small {
	background:url('/themes/energetic/images/slider/video_play_button_small.png') no-repeat;
	float:left;
	width:21px;
	height: 14px;
	margin: 10px 0 0 40px;
}
.back_arrow {
	background:url('/themes/energetic/images/slider/back_arrow.png') no-repeat;
	float:left;
	width:20px;
	height:24px;
	margin:49px 0 0 12px;
}
.next_arrow {
	background:url('/themes/energetic/images/slider/next_arrow.png') no-repeat;
	float:right;
	width:20px;
	height:24px;
	margin:49px 12px 0 0;
}

.selector_wrapper{
	background:url('/themes/energetic/images/slider/Selector_Background.png') no-repeat;
	width:506px;
	height:128px;
	padding:0 40px 0 45px;
}
.thumb_title {
	color:#fff;
	width:120px;
	text-align:center;
	padding: 2px 0 0 -1px;
	margin:0;
	cursor:pointer;
}
.thumb_link{
	width: 118px;
	height: 76px;
	vertical-align: top;
	border: 0;
	margin: 2px 0 0 2px;
	cursor:pointer;
}

.thumb_link IMG{
	margin: 3px 0 0 3px;
}
.thumb_link_active IMG{
	margin:10px 0 0 3px;
}
.thumb_wrapper {
	width:505px;
	height:124px;
}
.thumb_active {
	background:url('/themes/energetic/images/slider/Thumbnail_Selector.png') no-repeat;
	padding-top:8px;
	opacity:1.0;
}
.thumb_inactive {
	background:url('/themes/energetic/images/slider/Thumbnail_Border.png') no-repeat;
	margin-top:8px;
	opacity:0.7;
}
.thumb_wrapper ul {
	width:505px;
	height:124px;
	margin:0;
	list-style-type:none;
	list-style:none;
}
.thumb_wrapper ul li{
	float:left;
	height:124px;
	width:118px;
	margin-right:10px;
	font-size: 12px;
	color:#fff;
}

.thumb_wrapper ul li:last-child {
	margin-right:0;
}
.thumb_wrapper ul li a{
	color:#fff;
}
