*{
    behavior:url('iepngfix.htc');
}
a.navtop:link {
	font-family: "arial";
	font-size: 12px;
	color: #B5A570;
	text-decoration: none;
	text-transform:lowercase;
}
a.navtop:visited {
	font-family: "arial";
	font-size: 12px;
	color: #B5A570;
	text-decoration: none;
	text-transform:lowercase;
}
a.navtop:hover {
	font-family: "arial";
	font-size: 12px;
	color: #DAD2B0;
	text-decoration: none;
	text-transform:lowercase;
}

#news{
	width:950px;
	height:170px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #B5A570;
scrollbar-highlight-color: #B5A570;
scrollbar-3dlight-color: #DAD2B1;
scrollbar-darkshadow-color: #DAD2B1;
scrollbar-track-color: #F4F4F4;
scrollbar-arrow-color: #B5A570;
}
div#container
{
	margin:0 auto;
	width:700px;
	text-align:left;
    margin-top:15px;
}
a.prev
{
	float:left;
	display:block;
	background-image:url(images/left-arrow.png);
	background-repeat:no-repeat;
	margin-top:20px;
	width:14px;
	margin-right:10px;
	height:14px;
}
div#screen2
{
    width:660px;
    position:relative;
}
div#slideshow
{
	width:630px;
    margin-left:20px;
}
div#slideshow ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:3000px;
}
div#slideshow li
{
	margin-right:5px;
	float:left;
    width:60px;
    height:60px;
    overflow:hidden;
}
a.next
{
	float:left;
	display:block;
	width:14px;
	margin-left:10px;
	background-image:url(images/right-arrow.png);
	background-repeat:no-repeat;
	margin-top:20px;
	height:14px;
}
div#nav-holder
{
    position:relative;
    width:680px;
    top:-40px;
    height:14px;
}
div#prev
{
    position:absolute;
}
div#prev a
{
	display:block;
	background-image:url(images/left-arrow.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
div#next
{
    position:absolute;
    right:0px;
}
div#next a
{
	width:14px;
	margin-left:10px;
	background-image:url(images/right-arrow.png);
	background-repeat:no-repeat;
	height:14px;
    display:block;
}
.clearleft
{
	clear:left;
}
div#slideshow img, div#thumbsholder img
{
    border:none;
}
div#displayarea{
    height:450px;
}
div#picholder
{
	margin-bottom:20px;
	font-family:"arial";
	text-transform:lowercase;
	font-size:11px;
	color:#b5a570;
    float:left;
    min-width:370px;
    _width:370px;
	max-width:500px;
    text-align:right;
    position:relative;
    height:430px;
}
div#picholder img
{
	margin-bottom:10px;
}
div#pic_caption{
    float:left;
}
table#picture
{
	text-align:center;
    position:relative;
	right:0;
    width:auto;
}
div#thumbsholder
{
	float:left;
    width:220px;
	position:absolute;
	right:0;
}
div#displayarea
{
	position:relative;
}
span.message
{
    padding:10px;
    border: solid 1px #f5f5e5;
    background-color: #fffff1;
    font-family:"arial";
    font-size:11px;
    color:#b5a570;
    display:block;
    margin-bottom:20px;
}
div#thumbsholder ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
div#thumbsholder ul li
{
    float:left;
    width:60px;
    height:60px;
    margin-right:10px;
    margin-bottom:10px;
    overflow:hidden;
}
div#slideshow ul li img
{
    cursor:pointer;
    
}
div#thumbsholder ul li img
{
    cursor:pointer;
    
}
div.text
{
    font-family:"arial";
    font-size:50px;
    font-style:normal;
    font-weight:bolder;
    line-height:40px;
    color:#b5a570;
    padding-top:60px;
    text-transform:lowercase;
    letter-spacing:-5px;
}
span.colored
{
    color:#DAD2B0;
}