/*
zSlider - A beautiful JQuery Image Slider by Zeeshan Rasool | www.99points.info 
http://99points.info
All rights reserved by 99points.info
*/
#zBackground { width:745px; height:350px; background:url(bg.jpg) top left repeat-x; padding-top:9px; margin:10px 0px 10px 0px; 
-webkit-border-radius: 4px 4px 4px 4px;-moz-border-radius: 4px 4px 4px 4px;border-radius: 4px 4px 4px 4px; 
}

#zGalleryArea{ width:742px; height:270px; padding-left:5px; }

#zOverlay{ position:absolute; background:url(overlay.png) top left no-repeat; height:74px; width:74px;}

#zMainImage{ float:left; margin-right:5px; padding-top:1px; }

#zMainImage img {-webkit-border-radius: 15px 15px 15px 15px;-moz-border-radius: 15px 15px 15px 15px;border-radius: 15px 15px 15px 15px;}

#zThumbs{ float:left; width:227px; margin-left:4px; }

#zThumbs ul{ margin:0px; padding:0px; list-style-type:none; height:314px; }

#zThumbs ul li{ margin:0px; padding:5px; list-style-type:none; cursor:pointer; float:left; background:url(overlay2.png) top left no-repeat; }

.zSpace .zLoader{ margin-top:150px; margin-left:200px; background:url(load.gif) top center no-repeat; overflow:hidden; height:500px; }

.zSpace{ height:333px; width:500px;  background:#000; overflow:hidden; }
.zSpace img{ height:333px; width:500px;  background:#000; }


#captions {
	position:relative; 
	top:-20px; 
	height:20px; width:490px;
	background: black;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	font: 15px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: justify;
	padding: 5px;
	opacity: 0.8;
	color: #CCC;
	text-shadow: 0px 2px 3px #555;
	border-image: initial;
}

#zControls{ cursor:pointer; }

#zControls img{ float:left; }

.zStop{ background:url(stop.png) top left no-repeat; width:44px; height:24px; float:right; margin-left:5px; margin-right:10px;}
.zStop:hover{ background:url(stoph.png) top left no-repeat;}

.zStopClicked{ background:url(stoph.png) top left no-repeat; width:44px; height:24px; float:right; margin-left:5px; margin-right:10px;}

.zNextPrev{ background:url(next.png) top left no-repeat; width:53px; height:24px; float:right; margin-right:7px;}

#zThumbs ul li img.zImages
{
	-webkit-border-radius: 4px 4px 4px 4px;-moz-border-radius: 4px 4px 4px 4px;border-radius: 4px 4px 4px 4px;
	width:65px; height:64px;
	border:0px;
}