body {

}

#wrapper2 {
	position: relative;
	width: 591px;
	margin: 0 auto 20px auto;
}

/*  slider CSS stuff starts here */
#container {
	position: relative;
	width: 591px;
	height: 231px;
	overflow: hidden;
	background: #000 url('../images/pattern.gif') no-repeat 0 0 ;
	left: 0px;
}


.item {
	display: block;
	width: 591px;
	height: 300px;
}

.item h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	font-family:'Lucida Grande', Lucida Sans, Verdana, Arial;
	font-weight:normal;
	color: #fff;
}

.item p {
	font-size: 11px;
	margin:0 0 10px 0;
	color:#fff;
	font-family:'Lucida Grande', Lucida Sans, Verdana, Arial;
}

.inner { 
	width:350px; 
	background:#222; 
	    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
	padding:15px; 
	margin-top:30px;
	font-family:'Lucida Grande', Lucida Sans, Verdana, Arial; }

.item a, .item a:visited { background:#cc0000; color:#fff; text-decoration:none; font-size:11px; padding:2px 4px;}
.item a:hover { text-decoration:underline;}

img.top-left { position:absolute; top:0; left:0; z-index:100; display:block; }
img.top-right { position:absolute; top:0; right:0; z-index:100; display:block; }
img.bottom-left { position:absolute; bottom:-20px; left:0; z-index:100; display:block; }
img.bottom-right { position:absolute; bottom:-20px; right:0; z-index:100; display:block; }

.one { background: url('../images/frame-1.jpg') no-repeat 0 0;}
.two { background:url('../images/frame-2.jpg') no-repeat 0 0;}
.three { background:url('../images/frame-3.jpg') no-repeat 0 0;}
.four { background:url('../images/frame-4.jpg') no-repeat 0 0;}
.five { background:url('../images/frame-5.jpg') no-repeat 0 0;}
.six{ background:url('../images/frame-6.jpg') no-repeat 0 0;}