/* SLIDER */
#mask3	{ position:relative; width:480px; height:600px; overflow:hidden; }

#box4	{ position:absolute; }

div 	{ width:300px; height:600px; float:left; margin-right:180px; }

.image 	  { position:absolute; width:480px; height:360px; padding: 0px; margin: 80px 0px; }
.img_info { position:absolute; width:456px; height: 16px; padding:12px; margin: 80px 0px; color:#999999; }
.img_desc { position:absolute; width:300px; height:140px; padding:10px; margin:440px 0px; }

.img_info { z-index:99; text-align:right; background-image:url(../imgs/black_trans.png); }
.img_desc { background-image:url(../imgs/black10.png); }

#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
