div#content{clear:both;float:left;padding:20px 0 20px 15px;}
div#contentLeft{float:left;width:225px;text-align:left;}

#container2
{
	margin:auto;
	width:200px;
	position:relative;
	height:500px;
	
	/*this is just to make it sit further down the browser, you don't need thimargin-top:0px;s*/
	
}

.slideshow-item
{
	height:500px;
	overflow:hidden;
	width:auto;
	position:absolute;
	top:0px;
	width:200px;
}

/*styling to ensure all content is displayed if JS is disabled, this class is removed by JS onDomReady*/
.noscript .slideshow-item
{
	position:relative;
}

.slideshow-item p
{
	margin:7px 0 0 0;
	padding:0;
	z-index:1000;
	float:left;
}

div.slideshow-item h3
{

	
	z-index:1000;
	font-size:13px;
	font-weight:bold;
	color:#b1d0e0;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:
}

.slideshow-item img
{
	float:left;
	margin-bottom:12px;
}

.slideshow-item a
{
	background:#b1d0e0;
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;
	border:0;
}

.slideshow-item1 {	
	height:500px;
	overflow:hidden;
	width:auto;
	position:absolute;
	top:0px;
	width:200px;
}