.photoslider {

}

.photoslider_nav {
    width: 599px !important;
	position: relative;
	border: solid black 1px;
	overflow: hidden;
	height: 90px;
	width: 720px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	direction: ltr;
}

.photoslider_thumb {
	position: relative;
	border: solid black 1px;
	width: 50px;
	/* height: 50px;*/
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_thumb img
{
	max-width:100%;
	/*height: 100%;*/
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
    height: auto !important;
	position: relative;
	height: 420px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	display: block;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.photoslider_play {
	background: url('../images/play_pause.1dda06bb.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('../images/play_pause.1dda06bb.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

.miwc { background-color: #da0202; }
.msgmainimg { border: solid 1px red; }
.msgthumbnav { background-color: #da0202; }
.msgthumbwrapper { background-color: #da0202; }
.msgthumb { border: solid 1px red; }