/*------------------------------------------------------------------------
# Yt Vm Extra Slider - Version 1.0
# Copyright (C) 2011 SmartAddons.Com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Author: YouTech Company
# Websites: http://www.smartaddons.com/
 -------------------------------------------------------------------------*/
 
 .yt_extra_introtext p, .yt_extra_footertext p{	
	margin: 0px 
 }
 
 
.yt_extra_inner .yt_extra_content {
	position: relative; 
	overflow: hidden; 
	float: none; 
}
.yt_extra_inner .yt_extra_carousel  {
    /*padding: 10px 0 0 0;
    margin: 0 0 20px 10px;*/
    position: relative;    
}
.yt_extra_inner .digg {
    position: absolute;
    left: 610px;
    top: 110px;
}
/*    .yt_extra_inner .main {
       margin: 0px 5px 0px 25px;
		width: 530px;
    }
*/
.yt_extra_inner .demo em {
    color: #FF3300;
    font-weight: bold;
    font-size: 60%;        
    font-style: normal;
}
.yt_extra_inner .yt_extra_carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
    float: left;
}              
.yt_extra_inner .yt_extra_carousel a.prev, .yt_extra_inner .yt_extra_carousel a.next {
    display: block;
    width: auto;
    height: 20px;
    padding-right: 15px;
    padding-left: 7px;
    margin-top: 1px;
    text-decoration: none;
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none;
}





.basic1 div.yt_num_buttons{
    margin:0 auto;   
	overflow: hidden;
	float: left;
}
.basic2 div.yt_slide_buttons, .spotlight1 div.yt_slide_buttons{
    margin:0 auto;   
	overflow: hidden;
	position: relative;
	width: 100%
}
.basic2 div.yt_slide_buttons div.yt_num_buttons, .spotlight1 div.yt_slide_buttons div.yt_num_buttons{
    margin:0 auto;   
	overflow: hidden;
	padding: 10px 3px
}


div .yt_num_buttons ul li{
    list-style: none;
    float: right;
	padding: 0px;
}
.yt_extra_inner .yt_extra_carousel a.next {
    background-image: url("../images/imageNavRight.png");
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    outline:none;
}
.yt_extra_inner .yt_extra_carousel a.next:hover {
    background-image: url("../images/imageNavRight.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none;
}
.yt_extra_inner .yt_extra_carousel a.prev {
    background-image: url("../images/imageNavLeft.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none;
	
}

.yt_extra_inner .yt_extra_carousel a.prev:hover {
    background-image: url("../images/imageNavLeft.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none;
	
}

.yt_extra_inner .yt_extra_carousel a.next_v2 {
    background:url("../images/next_v2.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
    width: 6px;
    height: 9px;    
	float: left
}
.yt_extra_inner .yt_extra_carousel a.next_v2:hover {
    background: url("../images/next_v2.png");
    cursor: pointer;
    outline:none;
	width: 6px;
    height: 8px;    
}
.yt_extra_inner .yt_extra_carousel a.pre_v2:hover {
    background: url("../images/pre_v2.png");
    cursor: pointer;
    outline:none;
    width: 6px;
    height: 8px;    
	
} 
.yt_extra_inner .yt_extra_carousel a.pre_v2 {
    background:url("../images/pre_v2.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none;
    width: 6px;
    height: 9px; 
	float: left;
	margin-right:1px;
}      
.yt_extra_inner .yt_extra_carousel .yt_extra_content {
    /* border: 1px solid black;*/
    float: left;
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
    /*padding-bottom:10px;*/
}
.yt_extra_inner .yt_extra_carousel .yt_extra_content ul li {
    background: none;
	padding: 0px
}

.yt_extra_inner .yt_extra_carousel ul {
    margin: 0px;
    padding:0px;
}

.yt_extra_inner .yt_extra_carousel li img, .yt_extra_inner .yt_extra_carousel li p {
  /*  background-color: #fff;
    /* width: 150px;*/
    /* height: 118px;*/
    /*margin: 5px;*/
	padding: 0px;
    margin: 0px
}
.yt_extra_inner .widget img {
    cursor: pointer;
}
.yt_extra_inner .mid {
    margin-left: 80px;
    width: 400px;
    height: 300px;
}
/*.yt_extra_inner .vertical {
    margin-left: 170px;
}*/
.yt_extra_inner .vertical .yt_extra_content {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
    width: auto;
    height: 520px;
}
.yt_extra_inner .imageSlider li img, 
.yt_extra_inner .imageSlider li p, 
.yt_extra_inner .imageSliderExt li img , 
.yt_extra_inner .imageSliderExt li p {
    width: 400px;
    height: 300px;
}
            
/*_____________________________________________ End - Projects - yt_extra_contentDemo _____________________________________________*/


.yt_extra_top{
    padding-bottom: 0px;
	position: absolute;
    right: 0;
    top: -35px;
    height: 8px;
}
.hr_tb{
    border: none; 
    border-bottom: 1px silver solid; 
    /*margin-left: 5px; 
    margin-bottom: 11px; */
    /*padding-top:5px;*/
}
.button_img_selected{
    margin: 0 3px;
    cursor: pointer;
    outline:none;
    width:8px;
    height:8px;
    background: #ccc;
     border-radius: 8px;
}
.button_img{
   margin: 0 3px;
    height:8px;        
    cursor: pointer;
    outline:none;
    width:8px;
    background: #000;
    border-radius: 8px;
}
.button_img:hover{background: #666;}

/* edit - update*/



div #active_img{
    position: relative;
}
#yt_extra_catyt_item_title{
    float:left;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
}


.yt_extra_content .yt_item_thumb{
	z-index: 1;
	float:left;
}
.yt_extra_content .yt_slide_content .yt_item_thumb a, .yt_extra_content .yt_slide_content .yt_item_title a , .yt_extra_content .yt_slide_content .yt_item_readmore a {
	padding: 0px !important; 
	background: none!important;
	text-decoration: none;
font-size: 10px !important;
font-family: trafic;
font-weight: normal;
}


.yt_item_content .yt_item_title{
    font-weight: bold;
    padding: 5px 3px 2px 0; 
    text-align: left; 
	padding: 0px !important;
	position: relative;
	font-size: 13px
}
.yt_item_content .yt_item_price{
    font-size: 12px; 
	padding-top: 5px;
}
.yt_item_content .yt_item_readmore{
    background: none !important;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	padding:0px !important;
	font-size:11px; 
}

.yt_item_content .yt_item_desc{
    line-height: 1.5;
    letter-spacing: 0px;
	text-align:left;
}

.yt_extra_inner .yt_item_content {
	padding: 0 10px;overflow: hidden;float: none;
}

.yt_extra_inner .yt-main-item {
	float: left;
    width:100%;
   margin-bottom: 10px;
}
.yt_extra_inner .yt-main-item .yt_item_opacity {
    padding: 5px;
	font-size: 12px
}

.yt_extra_inner .yt_slide_content {
}

.yt_extra_inner .yt-main-item:last-child {
	margin: 0;
}
.yt_extra_inner .yt-main-item.border-right {
	border-right: none;
}

div .yt_top_slide{
    float:right;
    width: auto;
    height: 27px;   
	}
	div .yt_top_slide .yt_prev_button{
	float:left;
	position:relative;
	z-index:99999;
	}

	div .yt_top_slide .yt_next_button{
	float:left;
	position:relative;
	z-index:99999;
    background: #ccc;
	}
div.extra_fields_it{font-size:9px;direction: rtl;}

div.extra_fields_so {
    direction: rtl;
    font-size: 8px;
}
div.extra-field_tit {
    direction: rtl;
    font-size: 10px;
font-family: trafic;
}
