body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg3.jpg);
}
a:link {
	color: #B80000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B80000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a.b:link {
	text-decoration: none;
	color: #B80000;
}
a.b:visited {
	text-decoration: none;
	color: #B80000;
}
a.b:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.b:active {
	text-decoration: none;
	color: #FFFFFF;
}

INPUT.groovybutton {
	BORDER-RIGHT: #CCCCCC 2px solid; 
	BORDER-TOP: #CCCCCC 2px solid;
	BORDER-LEFT: #CCCCCC 2px solid; 	
	BORDER-BOTTOM: #CCCCCC 2px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Trebuchet MS; 
	WIDTH: 124px; 
	HEIGHT: 22px; 
}
.iputfields {
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid; 	
	FONT-FAMILY: Trebuchet MS; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #444444; 
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #f2f2f2
}
/***************/
.container, .container *{margin:0; padding:0;}
.container{width:175px; height:175px; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:175px; height:175px; display:block;}
.slider2{width:2000px;}
.slider2 li{float:left;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #CC0000;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
}
.num li.on{
	color: #FFFFFF;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0px;
	background-color: #CC0000;
	font-weight: bold;
}

:focus {
  -moz-outline-style:none;
}