/*--------- slider ---------*/
#slide-inner{
    margin:0 auto; 
    position:relative; 
    float:left;
    width:100%;
    overflow:hidden;
    height:300px;
}


#slide
{
    position:relative; 
}

#slide #continer_slider_Buyer
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    float:left;   
    overflow:hidden;
    margin-bottom:10px;
    height:250px;
}

#slide #continer_slider_Seller
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    float:left;   
    overflow:hidden;
    margin-bottom:10px;
    height:250px;
    visibility:hidden;
}

#slide-inner .slider_Seller , #slide-inner .slider_Buyer{

}

#slide-inner .slider_Seller #slide{
    position:relative; 
    padding:0px;
    float:left;
    right:0px; 
}

#slide-inner .slider_Seller .slider  {  
    margin:0 auto; 
    position:relative; 
    z-index:2;
    float:right; 
}

#slide-inner .slider_Seller .items {
    display:none;
    cursor:pointer;
}

#slide-inner #continer_slider_Seller .pagination , #slide-inner #continer_slider_Buyer .pagination {
    width:200px; 
    height:30px;
    position:absolute; 
    top:265px; 
    right:0;
    display:inline-block; 
    z-index:999;
}

#slide-inner #continer_slider_Seller .pagination li , #slide-inner #continer_slider_Buyer .pagination li 
{
    list-style-type:none;
    float:right;
    width:19px; 
    height:19px;
    padding:5px 0 5px 0;  
}

#slide-inner #continer_slider_Seller .pagination a  
{
    display:block;  
    width:19px; 
    height:19px; 
    background-image:url('../images/pagination.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
}

#slide-inner #continer_slider_Buyer .pagination a  
{
    display:block;  
    width:19px; 
    height:19px; 
    background-image:url('../images/galery_picker.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
}

#slide-inner #continer_slider_Seller .pagination li.current a, 
#slide-inner #continer_slider_Seller .pagination li:hover a ,
#slide-inner #continer_slider_Buyer .pagination li.current a, 
#slide-inner #continer_slider_Buyer .pagination li:hover a{ background-position:0px -19px;}


/******** divBtnSeller *** divBtnBuyer ****/ 
.banner {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1!important;
} 

.pagsSB
{
    height:30px;
    position:relative; 
    float:left;
    display:inline-block; 
    z-index:1;
    padding:0;
    margin:0; 
    top:260px; 
}

.pagsSB .divSeller{ 
    width:123px;
	height:29px;
	background-image:url('../images/Seller.png');
	background-repeat:no-repeat;
	background-position: 0px -29px; 
	float:left;  
	margin-right:5px; 
}

.pagsSB .divSeller:hover{ 
	background-position: 0px 0px;
	cursor:pointer;   
}

.pagsSB .divBuyer{ 
    width:123px;
	height:29px;
	background-image:url('../images/Buyer.png');
	background-repeat:no-repeat;
	background-position: 0px -29px;  
	float:left;  
}

.pagsSB .divBuyer:hover{ 
	background-position: 0px 0px;
	cursor:pointer;  
}

.selectedSlider{ 
	background-position: 0px 0px !important;
	cursor:pointer;   
}


/*--------- slider Inner Product Image ---------*/
#slide-inner-product-image
{
    margin:0;
    padding:0px; 
    width:288px;
    height:309px; 
}

#slide-product-image{
    position:relative !important; 
    width:282px !important;
    height:309px !important;
    padding:0px;
    float:right;
    right:0px; 
}

#slide-product-image .nivoSlider {
	position:relative;
	width:278px !important;
	height:278px !important;
	overflow: hidden;
}

.slider-product-image{
    width:100%; 
    height:100%; 
    position:relative; 
    z-index:2;
    float:right;
    border:solid 4px #fff !important; 
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;    
}

.slider-product-image .items{
    display:none; 
    cursor:pointer; 
}

.slider-product-image .pic{
    width:270px !important;
    height:270px !important;
}

.slider-product-image .pic .mask{
    width:270px !important;
    height:270px !important;
}

.slider-product-image .pic .mask div{
    width:270px !important;
    height:270px !important;
}

/*********************************************************************************************************/

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:700px;
	height:250px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.theme-default .nivo-controlNav {
	text-align: center; 
	padding-top:20px;
}

#continer_slider_Seller .nivo-controlNav a {
	display:inline-block;
    width:19px; 
    height:19px; 
    background-image:url('../images/pagination.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
	text-indent:-9999px;
    float:right;
}
#continer_slider_Seller .nivo-controlNav a.active {
	background-position:0 -19px;
}

#continer_slider_Buyer .nivo-controlNav a {
	display:inline-block;
    width:19px; 
    height:19px; 
    background-image:url('../images/galery_picker.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
	text-indent:-9999px;
    float:right;
}
#continer_slider_Buyer .nivo-controlNav a.active {
	background-position:0 -19px;
}



/********************************************************/
/************************ INNER ************************/
/********************************************************/


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.slider-product-image {
	position:relative;
    max-width:270px !important; 
    max-height:270px !important;  
	overflow: hidden;
	text-align: center !important; 
	float:left;
}
.slider-product-image img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.slider-product-image #slider-wrapper-pictures {
    width:100% !important; 
    height:100% !important; 
	text-align: center !important; 
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto !important;  
}

/* If an image is wrapped in a link */
.slider-product-image a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-caption a {
	display:inline !important;
}

#slider-wrapper-pictures .nivo-controlNav {
    height:22px;
    position:relative; 
    padding:280px 0px 0px 0px !important; 
    text-align:center;
    z-index:1;
    -float:left;
    margin:0 auto; 
}

#slider-wrapper-pictures .nivo-controlNav a {
	display:inline-block;
    width:6px; 
    height:6px; 
    background-image:url('../images/circle.png') !important;
    background-position:0px 0px !important;
    background-repeat: no-repeat !important;
	text-indent:-9999px;
	margin:5px;  
}

#slider-wrapper-pictures .nivo-controlNav a.active {
	background-position:0 -6px !important;
}
 


@media only screen and (max-width:600px) {


}
