﻿.UC_TopImage_MainPnl
{
	width:530px;
	height: 298px;
	border: 3px solid #000000;
	padding:1px;
	overflow:hidden;
}

.UC_TopImage_Item_Box
{
	width:530px;
	height: 298px;
	float:right;
}

.UC_TopImage_Item_Image
{
	width:530px;
	height: 298px;
	border:none;
}

.UC_TopImage_Item_Text_Box
{
	position:relative;
	top:-25px;
	font-weight:bold;
	background-image: url('../PublicImg/bg.png');
	padding: 5px;
	height: 13px;
	width:520px;
}

a.UC_TopImage_Link
{
	text-decoration:none;
	color: #FFFFFF;
}

.UC_TopImage_Nav_Off
{
	width:16px; 
	height:16px; 
	background-color:#EEEEEE; 
	margin:4px; 
	float:left;
	border-radius:4px;
	cursor:pointer;
}

.UC_TopImage_Nav_On
{
	width:16px; 
	height:16px; 
	background-color:Orange; 
	margin:4px; 
	float:left;
	border-radius:4px;
	cursor:pointer;
}

.UC_TopImage_SmallImage_Box
{
	background-image: url('../PublicImg/TopImageItem.png'); 
	float:left; 
	padding: 8px 2px 2px 2px; 
	position:relative; 
	top: 20px; 
	width:142px; 
}

