/*======= Used on : OwlTemplates.com Theme  =======*/
/*======= Slideshow =======*/
#slideshow {
	position:relative; 
	overflow:hidden;
	width:970px; 
	height:586px;
	top:96px;
}
#slideshow img {
	width: 970px;
}
.slideshow-content {
	background: url(images/slide/slideshow-content-bg.png) 0 0 no-repeat;
	height: 142px;
	padding: 21px 230px 21px 25px;
	position: relative;
	width: 715px;
	height: 100px;
	color: #8a8a8a;
	font-size: 1em;
	line-height: 1.5em;
}
.slideshow-content span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.2307em;
	color: white;
	text-transform: uppercase;
	padding: 21px 0 0;
}
.slideshow-content strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.5px;
	color: white;
	padding: 11px 0 7px;
	font-weight: bold;
}
.slideshow-content strong b {
	display: block;
	margin-top: -4px;
}
.slideshow-content p {
	padding-top: 21px;
}
.slideshow-content a {
    background: url(images/slide/buynow-1.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 36px;
	width: 187px;
	height: 65px;
}
.slideshow-content a:hover {
	background: url(images/slide/buynow-2.png) 0 0 no-repeat;
}
/*======= Slideshow Number =======*/
ul.pagination {
	background: url(images/slide/nav-bg.png) 0 0 no-repeat;
	list-style:none;
	padding: 10px 0 0 10px;
	margin:0;
	z-index:10;
	position:absolute;
	font-size:0; 
	line-height:0;
	bottom:110px;
	right: 418px;
	width: 117px;
	height: 40px;
}
ul.pagination li {
	float:left;
	padding:0 10px 0 0;
	font-size: 14px; 
	line-height: 19px;
	height: 19px;
	width: 19px;
}			
ul.pagination li a {
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background: url(images/slide/pagination.png) 0 0 no-repeat;
}
ul.pagination li a:hover {
	background: url(images/slide/pagination-hover.png) 0 0 no-repeat;
	}
ul.pagination li.current a {
	background: url(images/slide/pagination-hover.png) 0 0 no-repeat;
	}   
