﻿body {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    font-family: 'Arial', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

/*         _____________
__________/ scroll-menu \_______________________________________________________________
--------------------------------------------------------------------------------------- */

.scroller_roll{
    padding: 0px;
    margin: 2px 0px 0px 0px;
    overflow: hidden;
	width:12000px !important;
	border:none !important;
	background:none !important;
}
.scroller_roll ul{
    padding: 0px;
    margin: 0px;
    float: left;
	
}
.scroller_roll ul li{
    display: block;
	float: left;
	width:170px !important;
	height:180px !important;
	border:1px solid #0b215e !important;
	background:url(/Images/Template/scroll_bg.gif) 0 0 repeat !important;
	margin:0 0 0 0px !important;	
}
.scroller_roll ul li:hover{
	border:1px solid #0b215e !important;
	background:url(/Images/Template/scroll_bg_act.gif) 0 0 repeat !important;
}
.scroller_roll ul li a{
    text-decoration: none !important;
}
.scroller_roll ul li a:hover{
    text-decoration: underline;
}
.scroller_roll ul li span{
	margin-top: 6px;
	text-align: center;
	font-size: 12px;	
	color: #ffffff;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none !important;
}
.scroller_roll ul li a img{
    border: none;
    width:140px !important;
    height:130px !important;
    margin:9px 0 0 2px;
}