/*  
Title: Tinga Tinga Website
Description: Watch CSS for Tinga Tinga Website
*/

#main {
	background: url(../images/watch_content_back.jpg) 0 0 no-repeat;
}

/*
Main Content
*/
#content {
	margin: 0;
	height: 805px;
}

#watch {
	margin: 0 170px;
	width: 994px;
	overflow: hidden;
}

.video_nav_left {
	margin-top: 20px;
	width: 222px;
	float: left;
}

.player {
	width: 550px;
	float: left;
}

.video_nav_right {
	margin-top: 20px;
	width: 222px;
	float: left;
}

/* Watch video nav items */
a.video_hippo {
	background: url(../images/watch_hippo.png) 0 0 no-repeat;
	width: 222px;
	height: 138px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_hippo:hover {
	background-position: 0 -138px;
}

a.video_elephant {
	background: url(../images/watch_elephant.png) 0 0 no-repeat;
	width: 200px;
	height: 138px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_elephant:hover {
	background-position: 0 -138px;
}

a.video_lion {
	background: url(../images/watch_lion.png) 0 0 no-repeat;
	width: 186px;
	height: 184px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_lion:hover {
	background-position: 0 -184px;
}

a.video_monkey {
	background: url(../images/watch_monkey.png) 0 0 no-repeat;
	width: 185px;
	height: 138px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_monkey:hover {
	background-position: 0 -138px;
}

a.video_tickbird {
	margin-left: 35px;
	background: url(../images/watch_tickbird.png) 0 0 no-repeat;
	width: 176px;
	height: 150px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_tickbird:hover {
	background-position: 0 -150px;
}

a.video_tortoise {
	margin-left: 40px;
	background: url(../images/watch_tortoise.png) 0 0 no-repeat;
	width: 158px;
	height: 150px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.video_tortoise:hover {
	background-position: 0 -150px;
}

/*
Footer
*/
#footer {
	background: #560c66;
}

#footer_nav {
	color: #fff;
}

#footer_nav a {
	color: #fff;
	border-right: 1px solid #fff;
}
