@charset "utf-8";
/* CSS Document */
#mslide {
	color: #666;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 5px 10px;
}
#mslide a {
	text-decoration: none;
	color: #666;
}
#mslide a:hover {
	text-decoration: underline;
}
h2{
	color: #444;
}
.msghover {
	cursor:pointer;
}
div#mslideShowItems{
	height:210px;
	overflow:hidden;
	position:relative;
	text-align: left;
}

div#mslideShowItems div{
	width:800px;
}


div#mslideShowItems img {
	margin-right:13px;
	float:left;
	cursor: pointer;
}

ul#mslideShowCount{
	margin:0px;
	padding:0px;
	width:800px;
}
ul#mslideShowCount li.mslide{
	line-height:14px;
	float:right;
	cursor:pointer;
	width:26px;
	height:18px;
	display:block;
	text-align: center;
	background: transparent url(//tcteams.com/Image_Files/tabs.png) no-repeat scroll left top;
}

ul#mslideShowCount li.mslide span{
	color:white;
	font-weight:bold;
	font-size:12px;
}

ul#mslideShowCount li.mslide:hover{
	background-position:left -18px;
}

ul#mslideShowCount li.mslide.selectedTab{
	background-position:left -18px;
}
div#mslide{
	background-color: #fff;
	width:785px;
	border: 1px solid #eee;
}

