iframe
{
	margin:0px;
	padding:0px;
}

#carrier
{
	display:block;
}
#popup_body
{
	padding:10px;
}


img
{
	/*display:block;*/
	border:0px;
}

#box
{
	width:600px;
	height:363px;
	margin:0px;
	background-image:url(../images/dots.gif);
	background-repeat:no-repeat;
	background-position:0px 340px;
	background-color:#fff;
	overflow:hidden;
}

#mover
{
	position:relative;
	top:0px;
	left:0px;
	width:1202px;
	height:325px;
	overflow:hidden;
	/*border:1px solid #0f0;
	visibility:hidden;*/
}

#mover img
{
	cursor:pointer;
}

#buttons
{
	width:600px;
	position:relative;
	top:22px;
	left:0px;
}

#buttons a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	margin:0px;
	height:16px;
}

#buttons a:hover
{
	color:#bf002a;
}

#left_arrow
{
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	width:75px;
	padding:0px 0px 0px 17px;
	position:absolute;
	top:0px;
	left:1px;
}

#left_arrow:hover
{
	background-image:url(../images/left_hi.gif);
}

#right_arrow
{
	background-image:url(../images/right.gif);
	background-repeat:no-repeat;
	background-position:56px 0px;
	padding:0px 17px 0px 0px;
	width:60px;
	position:absolute;
	top:0px;
	left:529px;
}

#right_arrow:hover
{
	background-image:url(../images/right_hi.gif);
}

#enlarge
{
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 17px;
	width:75px;
	position:absolute;
	top:0px;
	left:263px;
}

#enlarge:hover
{
	background-image:url(../images/enlarge_hi.gif);
}

#large_popup_box
{
	width:800px;
	text-align:center;
	height:407px;
	padding:10px;
	background-color:#fff;
}

#large_popup_box a {
	font-family:arial;
	font-size:10px;
	line-height:30px;
	color:#ccc;
	text-decoration:none;
}

#large_popup_box a:hover {
	color:#bf002a;
	text-decoration:underline;
}

#currExMsg1 {
	font-size:12px;background-color:#bf002a;color:#fff;padding:3px 10px;margin-top:0px;
}

#currExMsg2 a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#currExMsg2 a:hover {
	text-decoration:underline;
	color:#bf002a;
}

#currExMsg2 {
	font-size:12px;padding:3px 10px;margin-bottom:10px;
}
