/*** set the width and height to match your images **/

#slideshow {
	width:1005px;
	position:relative;
	height:495px;
}

#slideshow DIV {
	position:absolute;
	top:0px;
	left:-1px;
	z-index:8;
	opacity:0.0;
	height: 377px;	
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 495px;
	width:1005px;
	display: block;
	border: 0;
}

/*---------------------plus==========================*/
.grid2{
	border:none;
	
}

.grid2 .pack_title{
	cursor:pointer;
	width: 935px;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}

.grid3{
	border:none;
	
}

.grid3 .pack_title{
	cursor:pointer;
	background-color: #FFF;
	width: 140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	
}


.grid4{
	border:none;
	
}

.grid4 .pack_title{
	cursor:pointer;
	background-color: #e5e5e5;
	width: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	
}
