@charset "UTF-8";
body {
	color: #6A999F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #05344E;
	background-image: url(../images/hearts_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: -56px 50px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}

#main {
	clear: both;
	float: left;
	min-width: 800px;
}

#footer {
	clear: both;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#heart_bg {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	height: 91px;
	width: 458px;
}

/* scroller css */
#scroller {
	color: #FFFFFF;
	position: absolute; /* important */
	overflow: hidden; /* important */
	width: 550px; /* important */
	height: 550px; /* important */
	margin-top: 100px;
	margin-left: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#scroller a:link {
	display: block;
	color: #05344E;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

#scroller a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#scroller a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#scroller a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
#scroller_content {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#scroller_content li {
	list-style: none;
}

#scroller_content {
	/*width: 4480px;*/
}
#container_bd #scroller ul li {
	display: block;
	border: none;
}

#container_bd #scroller ul li img {
	border: none;
	display: block;
}

#scroller_frame {
	position: absolute;
	padding-left: 325px;
}
#container_bd #scroller_frame ul li {
	border: solid 2px #FFFFFF;
}
#container_bd #scroller_frame ul li img{
	margin: 0px;
	padding: 0px;
}
#container_bd #scroller_frame ul li img:hover {
}
