﻿body 
{
}
#divImg
{
	width:290px;
	height:435px;
	float:left;
}
#img
{
	width:288px;
	height:413px;	
	float:left;
	border:solid 1px #ccc;	
	filter: revealTrans(transition=4,duration=2);
}
#divList
{
	width:270px;
	height:50px;
	position:relative;
	top:-40px;
}
#listBtn li
{
	float:right;	
}
#listBtn li a
{
	display:block;
	width:20px;
	background-color:#5e5e5e;
	text-align:center;
	font-weight:bold;
	color:White;
	margin-left:2px;
	text-decoration:none;	
}

