@charset "utf-8";
/* 
* Title: imageviewer.css 
* Purpose: Displays the image viewer controls and images
* Date Modified: July 5, 2008
* Version: 0.1
*/

#ImageViewer {
	width: 490px;
	height: 460px;
	background-color: #363636;
	border: #363636 solid 1px;
}

#ImageViewerDisplay {
	background-color: #FFFFFF;
	height: 380px;
}

#ImageViewerCaption {
	background-color: #FCF5C9;
	padding: 1px;
	margin: 0;
	height: 70px;
	overflow: auto;
	font-size: 12px;
}
#ImageViewerImage {
	height: 290px;
	text-align: center;
}

#ImageViewerImage img {
	width: auto;
}

#ImageViewerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	background-color: #363636;
	padding: 2px;
}

#ImageViewerController {
	background-color: #363636;
	height: 60px;
	overflow: auto;
	padding: 0;
}
#ImageViewerController ul {
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ImageViewerController ul li {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 0px;
	display: inline;
}

#ImageViewerController ul li img {
	border: #CCCCCC 1px solid;
}
