/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/

/*#mainText {background-image:url('../images/galleryBackgroundImages.png'); float:left;}*/


table.latestDesignsGallery {float:left; display:inline; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:18px; margin-left:20px; padding:10px; text-align:left;}
table.latestDesignsGallery a {color:#FFFFFF;}
table.latestDesignsGallery a:hover {color:#7a7a7a;}

#container {
	width:950px;
	position:relative;
	margin-left:41px;
	margin-top:-60px;
	border-style:none;
}

#example {
	width:950px;
	height:505px;
	position:relative;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	left:-2px;
}

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

.slides_container {
	width:950px;
	overflow:hidden;
	position:relative;
	display: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:950px;
	height:505px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:140px;
	left:-25px;
	width:24px;
	height:174px;
	display:block;
}

#slides .next {
	left:950px;
}

/*
	Pagination
*/

.pagination {
	width:220px;
	margin-top:10px;
float:right;
margin-right:40px;

}

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

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:10px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	overflow:hidden;
}

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

/*
	Caption
*/

.caption {
	position:absolute;
	height:50px;
	padding:1px 20px 10px 20px;
	background:none;
	width:250px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	text-shadow:none;
	margin-bottom:10px;
}

.Text {
	position:absolute;
	background:none;
	height:510px;
	border:none;
	float:right;
	margin-left:840px;
}

