﻿
/***************************************************
			HOME PAGE SLIDER
***************************************************/

#slideshow-holder{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;

}
#slideshow {
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	background:#fff;

}
.slide-text {
	background: none repeat scroll 0 0 transparent !important;
	float: left;
}


.image-holder {
	position:absolute;
	top:0px;
	right:0px;
	background:transparent url("../images/shadow1-2.png") no-repeat scroll bottom center ;
	padding-bottom:7px;

}

#box-nav-slider{
	position:absolute;
	top:20px;
	right:20px;
    opacity: 1;
    text-align: right;
    z-index: 8;
	width:70px;
}
#slideshow-navigation a{
	float: left;
			display: block;
			margin-right: 5px;
			width: 4px;
			height: 4px;
			border: 0 none;
			background-color: #A4A9A4;
			text-indent: -9999px;
			cursor: pointer;
			-moz-transition: background-color 0.25s linear 0s;
			-moz-transition: background-color 0.25s linear 0s;
			-ms-transition: background-color 0.25s linear 0s;
			-o-transition: background-color 0.25s linear 0s;
			transition: background-color 0.25s linear 0s;
}

#slideshow-navigation a:hover {
	background:#6febe9;

}
#slideshow-navigation {
	position:absolute;
	left:35%;
}
#slideshow-navigation .activeSlide {
		background:#6febe9;

}
#slideshow-navigation .activeSlide:hover {
		background:#6febe9;

}
#pager{
	text-align:center;
	width:100%;
	display:block
}

#slideshow .heading-text{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	
	

}
.heading_title{
	margin-bottom:15px;
	background:url(../images/tagline_bg.png) repeat-x bottom center;
	padding-bottom:20px;

}
.heading-text .heading_title h2{
	margin-bottom:0px;
	font-weight:700;
	font-size:25px;
}

.heading-text  .heading_title span{
	color: #A4A4A4;
    font-family: "Droid Serif",Georgia,serif;
}

.heading-text p{

	font-size:12px;
	color:#525351;
	margin-bottom:15px;
}



.slider_discount{
	background:transparent url("../images/price_bg.png") no-repeat scroll center center ;
	height:50px;
	width:50px;
	text-align:center;
	position:absolute;
	right:30px;
	top:20px;

}


.slider_discount span{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 0 3px #333333;
	padding-top:15px;
	display:block;

}




.slider_price{
	padding-right:20px;
	height:40px;
	float:left;
	 color: #525351;
    font-weight: bold;
	font-size:35px;
	line-height:35px;
	font-family: "Helvetica","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
.slider_price.old{
	color:#ccc;
	text-decoration:line-through;

}
.shap{
				background: #fff;
				content: '';
				display: block;
				margin: 0 0 0 -2.5px;
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					 -o-transform: rotate(45deg);
						transform: rotate(45deg);
				position: absolute;

}

.cycle_price{
	width:100%;
	border-bottom:3px #e7e7e7 solid;
	border-top:3px #e7e7e7 solid;
	padding:5px 0px;
}



#controls #next, #controls #prev{
   cursor: pointer;
    display: block;
    height: 31px;
    position: absolute;
    text-indent: -999em;
    transition: background-color 0.25s linear 0s;
    width: 31px;
	
}
 
#controls #prev{
  background: url("../images/prev.png") no-repeat scroll center center #4D4D4D;
    border-radius: 2px 2px 2px 2px;
    bottom: 0px;
    right: 40px;
}

#controls #next {
 background: url("../images/next.png") no-repeat scroll center center #4D4D4D;
    border-radius: 2px 2px 2px 2px;
    bottom: 0px;
    right: 0;	
}

#controls #next:hover{background:#6febe9 url(../images/next.png) no-repeat center center;}
#controls #prev:hover{background:#6febe9 url(../images/prev.png) no-repeat center center}

