/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/


#container {
	width:680px;
	margin:0 0;
	padding: 0 0;
	position:relative;
	z-index:0;

}

#example {
	width:680px;
	height:380px;
	position:relative;
		margin:0 0;
	padding: 0 0;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:680px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
			margin:0 0;
	padding: 0 0;
	width:680px;
	z-index:100;
	background:#fff;
font-family:arial;
		border:solid 1px #000000
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:680px;
	overflow:hidden;
	position:relative;
	background:#fff;
	display:none;
		border:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:680px;
	height:462px;
	display:block;
	background:#fff;
}


.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:100px;
	padding:5px 20px 0 20px;
	background:#fff;
	background:rgba(0,0,0);
	width:662px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.caption  a{

	color:#fff;

}
.pagination {
   background: none repeat scroll 0 0 transparent;
    margin: -12px auto 0;
    position: relative;
    width: 85px;
    z-index: 200;
}

.pagination li {
    background: none repeat scroll 0 0 ;
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

.pagination li a {
	display:block;
	width:10px;
	height:0;
	padding-top:14px;
	background-image:url(http://thestylishcity.com/wp-content/themes/thestylishcity/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -38px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:100px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0);
	width:362px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.caption  a{

	color:#fff;

}
