.bg {
	background-image:url(IMAGES/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;

}
.text_log {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.textbox_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.scrollable
        {
            /* required settings */
            position: relative;
            overflow: hidden;
            width: 458px;
            height: 145px;
        }
        div.scrollable div.items
        {
            /* this cannot be too large */
            width: 20000em;
            position: absolute;
        }
        div.scrollable div.items div
        {
            float: left;
            width: 110px;
            height: 136px;
            margin: 1px;
            padding:1px;
        }
        div.items div.active
        {
            border: 1px inset #ccc;
            background-color: #fff;
        }
#cssHmenu
{
    list-style-type:none;
    margin:0;
    padding:0;
    
}
#cssHmenu li
{
    display:inline;
    float:right;  
}
#cssHmenu li.cssHmenuSep
{
    width:10px;
    padding:0px 5px 0px 5px; 
}