/* newwslideshow.css */
#main {
	width:100%;
}

#lmenucol {
	width: 18%;
}

#maincol {
	width: 80%;
}

#leftcontrol, #rightcontrol {
	float: left;
	padding-top: 175px;
	width: 63px;
	height: 400px;
}

div.btnholder {
	width:63px;
	height: 141px;
}

#leftcontrol div.btnholder img {
	margin: 44px 0 0 10px;
}

div.btnholder img {
	margin: 44px 0 0 0;
	cursor: pointer;
}

#leftcontrol div.btnholder {
	background: url(../images/slideshowbtns/nextbkg.jpg) no-repeat top left;
}

#rightcontrol div.btnholder {
	background: url(../images/slideshowbtns/backbkg.jpg) no-repeat top left;
}

#imgshow {
	float: left;
	width: 600px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 3px;
}


#imgshow div.wrap {
}

#caption {
	width: 600px;
	clear: left;
	font-weight: bold;
	color: #414457;
	font-size: 1205;
	text-align: center;
}

#imgshow div.wrap img {
	float: left;
}

