/* ### COVERFLOW ### */
#coverflow {
	position:absolute;
	top:50px;
	z-index:2;
	left:27px;
	width:964px;
	height:336px;
	overflow:hidden;
	border-right:3px solid #ccc;
}
#coverflow:hover {
	cursor:pointer;
}
#coverflow1 {
	position:absolute;top:0px;left:0px;z-index:10;width:804px;height:333px;background-color:grey;
}
#coverflow2 {
	position:absolute;top:0px;left:194px;z-index:20;width:804px;height:333px;background-color:grey;
}
#coverflow3 {
	position:absolute;top:0px;left:388px;z-index:30;width:804px;height:333px;background-color:grey;
}
#coverflow4 {
	position:absolute;top:0px;left:582px;z-index:30;width:804px;height:333px;background-color:grey;
}
#coverflow5 {
	position:absolute;top:0px;left:776px;z-index:30;width:804px;height:333px;background-color:grey;
}


/* ### NEWS BOX ### */
#newsBox {
	width:275px;margin:0px auto;
}
.newsContainer {
	margin:15px auto;padding-bottom:15px;
}
.newsDate {
	float:left;font-size:14;color:#8ed1ff;background-color:grey;text-align:center;font-size:10px;padding:2px;
}
.newsLinkPosition {
	margin-left:35px;;
}



/* ### TWITTER BOX ### */
#twitterImgPosition {
	margin-top:0px;margin-left:0px;padding-right:10px;padding-bottom:5px;float:left;
}
#twitterProfilePosition {
	margin-top:5px;float:left;color:#1a1a1a;
}
#posts {
        border:1px solid #dbdbdb;padding:5px;
}
.post {
        padding-bottom:3px;
        padding-top:3px;
        border-bottom:1px dotted #dbdbdb;
}
.postNoBorder {
        padding-bottom:3px;
        padding-top:3px;   
        border-bottom:0px dotted #dbdbdb;
}
#twitterLogoPosition {
        margin-top:8px;float:left;
}
#twitterJoinPosition {
	margin-top:10px;float:right;
}


/* ### SOCIAL MEDIA BOX ### */
#socialBox {
	margin-top:15px;width:250px;height:60px;
}
#followPosition {
	width:inherit;height:20px;background-color:#dedfdf;
}
#followTextPosition {
	margin-left:10px;line-height:22px;
}
#socialPosition {
	position:relative;margin-top:5px;margin-left:10px;
}
#connectPosition {
	position:absolute;top:5px;left:15px;
}
#facebookPosition {
	position:absolute;top:5px;left:75px;
}
#twitterPosition {
	position:absolute;top:5px;right:30px;
}


/* ### PRESENTED BY BOX ### */
#presentedBox {
	margin-top:5px;width:250px;height:auto;
}
#presentedPosition {
	width:inherit;height:20px;background-color:#dedfdf;
}
#presentedTextPosition {
	margin-left:10px;line-height:22px;
}
#presentedDSPosition {
	text-align:center;
	margin-top:5px;
}
#presentedOSPosition {
	margin-top:-2px;margin-left:10px;
}


/* ### MISC ### */
#middleTable {
	width:1004px;margin:15px auto 15px auto;
}
.imgBox {
	width:50px;height:50px;;
}
.indexDividers {
        background-image:url(/images/indexDividers.png);background-repeat:repeat-y;width:8px;padding-right:15px;
}
.indexHorizontalDividers {
	width:100%;height:20px;margin-bottom:20px;border-bottom:1px solid #dbdbdb;
}
