@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
			line-height:150%;	
}

.clear {
	display: block;
	clear: both;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    background-color:#4a623a;
	padding: 10px;
	text-align: center;
}

img {
	border:0;
}

a {
	outline:0;	
}

h1 {
    font-size:17px;
	color:#4a623a;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
}

div#container {
	width: 680px;
	background: url('/img/style/floral-for-popup.jpg') bottom right no-repeat #c8d6bf;
	margin: 0 auto;
	text-align: left;
}

div.left {
	width: 400px;
	margin: 10px;
	padding: 0;
	float: left;
}

div.right {
	width: 250px;
	margin: 10px 10px 10px 0;
	float: left;
}

/*div#container {
	width: 650px;
	padding:15px;
	background-color:#c8d6bf;
	border:10px solid #4a623a;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url('/img/style/floral-for-popup.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
*/

	div#container p {
		color:#000;
		font-size:14px;	
	}

div#status p {
	font-size:12px;
	line-height:200%;	
}

/**
	image swap
*/

div#loading {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/style/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 300px;
}

div#gallery {
	width: 400px;
	height: 300px;
	text-align: center;
	alignment-adjust: central;
}

div#gallery img {
}

div#thumbs {
	width: 400px;
	padding-left: 11.5px;
	text-align: left;
}

	div#thumbs ul li {
		padding: 5px 10px 5px 0;
		float: left;
		list-style-type:none; 
	}
		
		div#thumbs ul li img {
			margin-bottom:10px;
		}
	
	div#thumbs ul li.active {
		display:inline;	
		
	}
	
		div#thumbs ul li.active img {
			padding-right:10px;
			
		}

ul.thumbs li a img {
	border:1px solid #c8d6bf;
}
	
ul.thumbs li.selected a img {
	border: 1px solid #fff;
}

div#controls {
	color:#FFF;
	width: 400px;
	font-size:12px;
	float: left;
	padding-bottom: 15px;
}

	div#controls a {
		color:#4a623a;
		text-decoration:none;	
	}
	
	div.controls a.prev {
		background:url(/img/style/arrow-left.png) no-repeat left;
		padding-left:15px;
		margin-right: 15px;
	}
	
	div.controls a.next {
		background:url(/img/style/arrow-right.png) no-repeat right;
		padding-right:15px;	
	}

span.padding {
	padding-left: 10px;
}

#description {
	font-size: 12px;
}