@CHARSET "UTF-8";

.clear_both {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: 1px solid black;
}

a {
	text-decoration: none;
}

#mtcontrols {
    width: 461px;
    padding-top: 10px;
}

#mtslider, #mtslider2 {
    width: 900px;
    margin-left: 0px;
	clear: left;
}

#mtbutton, #mtbutton2 {
    cursor: pointer;
    width: 20px;
    float: right;
}

#mtbuttonimg, #mtbuttonimg2 {
	border: none;
}

#wrapImageAndSlider, #wrapImageAndSlider2 {
	width: 940px;
}

#optionsContainer {
	margin: 2.0em 0;
}

#mtlogo {
	margin-top: 20px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.top20 {
	margin-top: 20px;
}

