/* Common style: for all themes. */

.yt-slideshowii-module{
    padding: 0;
    margin: 0;
    display: block;   
}

.yt-slideshowii-module .yt-content{
	padding: 0;
	margin: 0;
	overflow: hidden;	
}

.yt-slideshowii-module .yt-content .yt-slideshowii{
	padding: 0;
	margin: 0;
	position: relative;	
	display: block;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control{
	padding: 7px 0;
	margin: 0;
	float: left;
	width: 85px;	
	position: absolute;	
	display: block;
	background: url("images/background_button.png") left top no-repeat;
	z-index: 100;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li{
	margin: 0;
	padding:0;
	float: left;	
	cursor: pointer;
	background: none;
	list-style: none;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li div{
	width: 25px;
	height: 20px;
	display: block;
	background: url("images/controls.png") no-repeat;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li div.prev{
	background-position: 5px -20px;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li div.play{
	background-position: 5px -40px;
	
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li div.pause{
	background-position: 5px -60px;
}
.yt-slideshowii-module .yt-content .yt-slideshowii ul.yt-control li div.next{	
	background-position: 5px 0;
}

/* SLIDER */
.yt-slider {
	margin: 0;
	padding: 0;
	z-index: 99;
	overflow: hidden;	
}
.yt-slider .inner{
	position: relative;
}
.yt-slider .yt-slider-item{
	position: absolute;	
	top: 0;
	left: 0;
	z-index: 1;
}
.yt-slider .active{
	display: block;
	z-index: 2;
}
.yt-slider .yt-slider-item .yt-slider-thumb{
	
}
.yt-slider .yt-slider-item .yt-slider-thumb a{
	cursor: pointer;
}
.yt-slider .yt-slider-item .yt-slider-thumb img{
	border: 0;
}
.yt-slider .yt-slider-item .yt-slider-thumb-desc{
	position: absolute;
	background: #000;	
	float: left;
	opacity: 0.7;
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 70);	
}
.yt-slider .yt-slider-item .yt-desc-top-background,
.yt-slider .yt-slider-item .yt-desc-bottom-background{
	background: url(images/caption_bottom_theme3_4.png) no-repeat scroll center;
	height: 12px;
	display: block;
}
.yt-slider .yt-slider-item .yt-desc-top-background{
	background: url(images/caption_top_theme3_4.png) no-repeat scroll center;
}
.yt-slider .yt-slider-item .yt-desc-bottom-background{
}

.yt-slider .yt-slider-item .yt-slider-thumb-desc .yt-desc-title p{
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.yt-slider .yt-slider-item .yt-slider-thumb-desc .yt-desc-content p{
	padding: 0 8px;
	margin: 0;
	color: #fff;
}

.yt-slider .yt-slider-item .yt-slider-thumb-desc .yt-desc-readmore{
	text-align: right;
	padding: 0 0 5px 0;	
}
.yt-slider .yt-slider-item .yt-slider-thumb-desc .yt-desc-readmore a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 10px 0 0;
}

/* BUTTON NAVIGATOR */
.yt-buttons-container{
	z-index: 101;
	position: relative;
	overflow: hidden;
	display: block;
}
.yt-buttons-container .yt-buttons-items{
	padding:0;
	margin: 0;
	list-style: none;
	position: absolute;
}

.yt-buttons-container .yt-buttons-items li.yt-li-button{
	float: left;
	cursor: pointer;
	background: #fff url(images/itembg.png) center bottom repeat-x;
}
.yt-buttons-container .yt-buttons-items li.yt-li-button .yt-item-content{
	padding:0;
	margin:0;
	overflow: hidden;
}
.yt-buttons-container .yt-buttons-items li.odd{	
}
.yt-buttons-container .yt-buttons-items li.even{	
}
.yt-buttons-container .yt-buttons-items div.-r .yt-item-thumb,
.yt-buttons-container .yt-buttons-items div.-r .yt-item-info{	
	float: right;	
}
.yt-buttons-container .yt-buttons-items div.-l .yt-item-thumb,
.yt-buttons-container .yt-buttons-items div.-l .yt-item-info{	
	float: left;	
}
.yt-buttons-container .yt-buttons-items .yt-item-thumb{
	margin: 0;
	padding: 0;
	position: relative;
}
.yt-buttons-container .yt-buttons-items .yt-item-info{
	margin: 0;
	padding: 4px 0;
}

.yt-buttons-container .yt-buttons-items .yt-item-info .yt-item-title p{
	color: #545454;	
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom: 4px;
	margin-left: 8px;
}
.yt-buttons-container .yt-buttons-items .yt-item-info .yt-item-desc p{
	color: #545454;
	font-size:11px;
	margin: 0 0 0 8px;
}
.yt-buttons-container .yt-buttons-items .yt-item-info .yt-item-price p{
	color: #a00;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 0 8px;
}

/* for activeSlide */
.yt-buttons-container .yt-buttons-items li.activeSlide{	
	background-color: #2C0DA0;
}
.yt-buttons-container .yt-buttons-items .activeSlide .yt-item-title p{
	color: #fff;
}
.yt-buttons-container .yt-buttons-items .activeSlide .yt-item-desc p{
	color: #fff;
}
.yt-buttons-container .yt-buttons-items .activeSlide .yt-item-price p{	
}

/* theme1 */
.theme1 ul.yt-control{
	left: 15px;
	top: 15px;
}
.yt-slideshowii-module .theme1 .yt-slideshowii{
	float: left;
}
.yt-slideshowii-module .theme1 .yt-slider-thumb-desc{
	bottom: 0;
}
.yt-slideshowii-module .theme1 .yt-desc-title p{
	padding-top: 8px;
	padding-bottom: 8px;
}
.yt-slideshowii-module .theme1 .yt-desc-top-background,
.yt-slideshowii-module .theme1 .yt-desc-bottom-background{
	display: none;
}
/* theme2 */
.theme2 ul.yt-control{
	right: 15px;
	top: 15px;
}
.yt-slideshowii-module .theme2 .yt-slideshowii{
	float: right;
}
.yt-slideshowii-module .theme1 .yt-slider-thumb-desc{
	bottom: 0;
}
.yt-slideshowii-module .theme2 .yt-desc-title p{
	padding-top: 8px;
	padding-bottom: 8px;
}
.yt-slideshowii-module .theme2 .yt-desc-top-background,
.yt-slideshowii-module .theme2 .yt-desc-bottom-background{
	display: none;
}
/* theme3 */
.theme3 ul.yt-control{
	left: 15px;
	bottom: 15px;
}
.yt-slideshowii-module .theme3 .yt-slideshowii{
	float: left;
}
.yt-slideshowii-module .theme3 .yt-slider .yt-slider-item .yt-slider-thumb-desc{	
	background: transparent;	
	opacity: 0.7;
	width: 280px;
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 70);
}
.yt-slideshowii-module .theme3 .yt-slider .yt-slider-item .yt-desc-mid-background{
	background: url(images/caption_center_theme3_4.png) repeat-y scroll center;	
	display: block;
}
.yt-slideshowii-module .theme3 .yt-slider .yt-slider-item .yt-slider-thumb-desc{
	right: 15px;
	top: 15px;
}

/* theme4 */
.theme4 ul.yt-control{
	right: 15px;
	bottom: 15px;
}
.yt-slideshowii-module .theme4 .yt-slideshowii{
	float: right;
}
.yt-slideshowii-module .theme4 .yt-slider .yt-slider-item .yt-slider-thumb-desc{	
	background: transparent;	
	opacity: 0.7;
	width: 280px;
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 70);
}
.yt-slideshowii-module .theme4 .yt-slider .yt-slider-item .yt-desc-mid-background{
	background: url(images/caption_center_theme3_4.png) repeat-y scroll center;	
	display: block;
}
.yt-slideshowii-module .theme4 .yt-slider .yt-slider-item .yt-slider-thumb-desc{
	left: 15px;
	top: 15px;
}

/* theme5 */
.yt-slideshowii-module .theme5 {
	position: relative;
}
.yt-slideshowii-module .theme5 ul.yt-control{
	left: 15px;
	bottom: 15px;
	display: none;
}
.yt-slideshowii-module .theme5 .yt-slideshowii{
	float: left;
}
.yt-slideshowii-module .theme5 .yt-slider .yt-slider-item .yt-slider-thumb-desc{	
	background: transparent;	
	opacity: 0.7;
	width: 280px;
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 70);
}
.yt-slideshowii-module .theme5 .yt-slider .yt-slider-item .yt-desc-mid-background{
	background: url(images/caption_center_theme3_4.png) repeat-y scroll center;	
	display: block;
}
.yt-slideshowii-module .theme5 .yt-slider .yt-slider-item .yt-slider-thumb-desc{
	right: 15px;
	top: 15px;
}
.yt-slideshowii-module .theme5 .yt-buttons-container{
	position: absolute;
	bottom: 0;
	background: transparent url(images/dot7.png);	
}
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items{
	width: auto;
}
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .yt-li-button{
	display: inline;
	background: transparent;
	background-image: none;
	opacity: 0.5;
	
}
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .activeSlide{	
	opacity: 1;
}
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .yt-item-thumb,
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .yt-item-thumb img {
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 50);
}
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .activeSlide .yt-item-thumb,
.yt-slideshowii-module .theme5 .yt-buttons-container .yt-buttons-items .activeSlide .yt-item-thumb img {
	/* ie fix */
	zoom: 1;
	filter: alpha(opacity = 100);
}
.yt-slideshowii-module .theme5 div.next5,
.yt-slideshowii-module .theme5 div.prev5,
.yt-slideshowii-module .theme5 div.next,
.yt-slideshowii-module .theme5 div.prev{
	width: 60px;
	height: 75px;	
	cursor: pointer;
	display: block;
	z-index: 1000;
}
.yt-slideshowii-module .theme5 div.next5{
	background: url(images/dot7.png);
	position: absolute;
}
.yt-slideshowii-module .theme5 div.prev5{
	background: url(images/dot7.png);
	position: absolute;
}
.yt-slideshowii-module .theme5 div.next{
	background: url(images/next_theme5.png) 50% 50% no-repeat;
}
.yt-slideshowii-module .theme5 div.prev{
	background: url(images/pre_theme5.png) 50% 50% no-repeat;
}


div.lv_module_inner{
	position: relative;
	overflow: hidden;	
}
div.lv_slides,
div.lv_pagers,
div.lv_control{
	position: absolute;
}

div.lv_item_image {
	position: relative;
}
div.lv_item_image a.lv_item_image_link{
	float: left;
	border: 0;
	display: block;
}
div.lv_item_image img{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

div.lv_pagers ul.lv_slides_nav{
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	list-style: none;		
}
div.lv_pagers ul.lv_slides_nav li.lv_nav_item{
	clear: both;
	cursor: pointer;
	list-style: none;
	background: none;
}
div.lv_pagers ul.lv_slides_nav li.activeSlide{
	background: transparent url(nav_active_arrow.png) left center no-repeat;
}
div.lv_pagers  div.lv_nav_item_wrap{
	overflow: hidden;
	padding: 0 20px;
	background: url(nav_back.png);
}
div.lv_pagers li.activeSlide div.lv_nav_item_wrap{
	background: url(nav_active_back.png);
}
div.lv_pagers .lv_nav_item_inner{	
	background: url(sep.png) left top no-repeat;
	padding: 15px 0 0 0;
}
div.lv_pagers li.activeSlide .lv_nav_item_inner,
div.lv_pagers li.visible_top .lv_nav_item_inner,
div.lv_pagers li.afterActive .lv_nav_item_inner {
	background: none;
}

div.lv_item_title{
	margin: 5px 0 0 0;	
}
div.lv_item_title a,
div.lv_item_title a:hover{
	text-decoration: none;
}
div.lv_item_title span{
	line-height: normal;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;	
}
div.lv_pagers li.activeSlide div.lv_item_title span{
	color: #393939;
}

div.lv_item_description{
	color: #d0d0d0;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	text-transform: none;
	padding: 0;
	margin: 10px 0 0 0;
}

div.lv_pagers li.activeSlide div.lv_item_description{
	color: #393939;
}




div.lv_control ul{
	display: block;
	margin: 0;
	padding: 0;
}
div.lv_control ul li{
	float: left;
	height: 24px;
	width: 24px;
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
div.lv_control ul li.prev{
	background-image: url(control/prev.png);
}
div.lv_control ul li.next{
	background-image: url(control/next.png);
}
div.lv_control ul li.play{
	background-image: url(control/play.png);
}
div.lv_control ul li.pause{
	background-image: url(control/pause.png);
}


	
