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

/*Index Specific Divs ---------------------------------------------------------------------START-- */		

#indexImageTop{
	position:relative;
}
#indexLowerBlocks{
	height:189px;
	width:894px;
	position:relative;
	padding-top:5px;
}
#indexScrollBox{
    position:relative;
	float:left;
	top:5px;
	height:189px;
	width:295px;
	background:#000;
	overflow: hidden;
    padding: 0px;
    font-size:10px;
    color:#FFF;
}
#indexImageCenter{
	height:189px;
    position:relative;
	float:left;
	overflow:hidden;
	top:5px;
	left:5px;
}
#indexImageRight{
height:189px;
    position:relative;
		overflow:hidden;
	float:left;
	top:5px;
	left:10px;
}

img {
display: block;
}



#indexScrollBoxHeader {
height:22px;
background-color:#000;
}

#indexScrollBoxContent {
padding: 10px;
height:137px;
width:275px;
overflow:hidden;
}

#indexScrollBoxContent a {
color:#ff0000;
text-decoration:none;
}

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

#greywhite a{
color:#cccccc;
text-decoration:none;
}


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











/*Index Specific Divs -----------------------------------------------------------------------END-- */	