a.winner:link, a.winner:visited {
	color: #000099;
	text-decoration: none;
}

.stc-follower-username {
	font-size:15px;
	margin:0;
}
.stc-follower-count {
	font-size: 11px;
	margin: 0;
}
.stc-follower-username a {
	color:#3B5998;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.stc-follower-box {
	/*border:1px #94a3c4 solid;*/
background:#fff;
	width:160px;
}
.stc-follower-head {
	/*background:#eceff5;*/
border-bottom:1px #d8dfea solid;
	margin-bottom:6px;
}
.stc-follower {
	float:left;
	/*width:50px;*/
	padding-right: 1px;
	padding-left:0px;/*height:70px;*/
}
.stc-follower-name {
	text-align:center;
	width:52px;
	font-size:9px;
	overflow:hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}

#compvidlink {
	width: 150px;
	height: 120px;
	float: left;
	margin-left: 17px;
	margin-right: 18px;
	margin-top: 15px;
	text-align: center;
}
#compvidlink a:active, #compvidlink a:link, #compvidlink a:visited  {
	font-size: 15px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#compvidlink a:hover {
	text-decoration: underline;
}

a.homefeat {
	text-decoration: none;
	color:#000099;
	font-size:17px;
}
a.homefeat:hover {
	text-decoration:underline;
}
td.homefeat {
	border:#CCCCCC solid 1px;
	padding:4px;
}
td.homefeat:hover {
	border:#000099 solid 1px;
}

a.top25 {
	text-decoration: none;
}
a.top25:hover {
	text-decoration: underline;
}

h2.top25 {
	font-size: 15px;
	color: #000099;
}
h2 {
	padding-top: 4px;
	color: #000099;
	font-size: 22px;
	margin: 0px;
}
/*//////////////////////*/
/*  Start of Slide CSS  */
/*//////////////////////*/
#myShow-1, #myShow-2 {
	height:216px;
	width: 375px;
	text-align:left;
}
.slide-show {
	position: relative;
}
.slide-show .slide {
	display: none;
	position:absolute;
}
.slide-show .slide.first, .slide img {
	display: block;
}
.slide .slide-caption {
	width: 100%;
	color: white;
	font-weight:bold;
	text-align:center;
	position: absolute;
	bottom:0;
	background:url(http://www.languageuk.com/images/back.png) repeat;
	padding-top:3px;
	padding-bottom:3px;
}
#myShow-1 h6, h7 {
	color: #FFF;
/*	padding-left:10px;*/
	margin:0;
}
#myShow-1 h6 {
	font-size:20px;
}
/*////////////////////*/
/*  End of Slide CSS  */
/*////////////////////*/

img {
	border:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

