﻿/************************** common **************************/
table
{
	border-collapse:collapse;
	border-spacing:0 0;
}
td
{
	padding: 0 0 0 0;
}
div
{
	margin:0 0 0 0; 
}

/************************** SwitchImage Feature **************************/
.SwitchNavigation
{
	display:none; 
	position:absolute;
	margin-top:159px;
	margin-left:157px;
}
.SwitchNavigation td
{
	width:120px;
	text-align:right;
	vertical-align:bottom;
	cursor:pointer;
}
.SwitchNavBtn
{
}
.SwitchNavBtn td
{
	height:20px;
	width:30px;
	text-align:center;
	cursor:pointer;
	border:1px white solid;
	background-color:green;
}
.MainDiv
{
	text-align:right;
	width:277px; 
	border:1px black solid;
}
.TitleFrameDiv
{
	text-align:right; 
	width:277px; 
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
}

/************************** RollImage Feature Begin **************************/
.Rollimage
{
	cursor:pointer;
	border: 1px white solid;
	margin-top:4px;
	width:160px;
	height:50px;
}
