@charset "utf-8";
/* CSS Document */

#contentArea #top-container {
	overflow:hidden;
	background-color:#d3dee4;
	width:572px;
	margin-left:-6px;
}

#contentArea #show {
	float:left;
	height:219px;
}
#contentArea #show_target {
	width:323px;
	height:201px;
	display:block;
	background-color:#ccc;
	margin:0;
	
}
#controls {
	padding: 3px;
	width:317px;
	background-color:#88746b;
	overflow:auto;
}
#contentArea #controls ol {
	margin:0; padding:0;
	float:left;
}
#controls li { margin:0; padding:0; display:inline; }
#controls a:link,
#controls a:visited {
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:20px;
	height:12px;
	margin:0 1px 0 0;
}
#controls li a:link,
#controls li a:visited {
	background-color:#b4a7a1;
	background-image:url('../images/frame.gif');
}
#controls li a:hover,
#controls li a.active:hover  {
	background-color:#fc9;
}
#controls li a.active {
	background-color:#fff;
}

#controls div a:link,
#controls div a:visited {
	background-color:#fff;
}
#controls div a:hover {
	background-color:#fc9;
}

#show_caption {
	display:block;
	float:left;
	width:190px;
	margin:10px;
}

#show_caption q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	line-height:1.5em;
}

#contentArea #show_caption p {
	color:#c76525;
	font-weight:bold;
	width:100%;
}

#show_caption a:link,
#show_caption a:visited {
	float:right;
	margin:-5px 20px auto auto;
	color:#00688f;
}

#show_caption a:hover {
	color:#c76525;
}
