body {
	font: 11px arial,serif;
	/*color : #0e0687;*/
	color:#ccc;
	letter-spacing:1px;
	line-height:16px;
	background-image : url(toolbar_shadow.png);
	background-repeat : repeat-x;
	background-color : #000;
}

html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align : center;
/*	vertical-align:middle;	*/
}


p {
	text-align:left;
}

#iksi {
	position:absolute;
	bottom:10px;
	right:10px;
	height:10px;	
}

.iksi {
	width:18px;
	height:10px;
}


#wrapper {
	margin : 0 auto;
	text-align : left;
}

#total {
	margin : 0;
	width : 500px;
}


#top {
	width: 500px;
	padding : 0;
	overflow : hidden;
	position:relative;
/*	border-width: 0px 0px 1px 0px; border-style:solid; border-color:#333;*/
}


#middle {
	text-align : left;
	padding: 0;
	padding-top:10px;
	width : 500px;
}

#bottom {
	clear:both;
	padding:0;
	padding-top:5px;
}


#left {
	float:left;
	width:245px;

}

#right {
	float:right;
	width:245px;
	text-align : right;
}

a:link,a:visited {
	color : #ccc;
	text-decoration : none;
}

a:hover {
	color : #fff;
	text-decoration:none;
}

h3 {
	font-weight: normal;
	color: #ccc;
	font-size: 15px;
}

ul { list-style: none; margin: 0; padding: 0; }
ul li { list-style:none; margin:0; padding:0; line-height: 25px; 	border-width: 0px 0px 0px 0px; border-style:solid; border-color:#f0f0f0;
}

select.dropdown {
	font-size:10px;
	color:#333;
	font-family: arial;
	letter-spacing:0px;
	width:245px;
}


#slideshowcontrols {
	width:500px;
	position:absolute;
	bottom:0px;
	z-index:2;
}

#slideshow {
	width:491px; height:254px; padding:0; overflow:hidden;
	position: relative;
	float:left;
	margin: 15px 0px 0px 0px;
}


#imgs {
	position: absolute;
	bottom: 30px;
	left: 0;
}

#next a:link, #next a:visited, #prev a:link, #prev a:visited {
	line-height:25px;
	text-decoration:none;
}

#next a:hover, #prev a:hover {
	line-height:25px;
	text-decoration:underline;
}