@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial;
	color:#293d56;
	font-size:11px;
	background: #f0f0f0 url(/images/index_background.jpg) repeat center top;
	}
	
#maincontent {
	width:990px;
	margin:0 auto;
	position:relative;
	background: url(/images/index_background.jpg) repeat center top;
	}
	
.clear {
	clear:both;
	}
	
.hide {
	display:none;
	}
	
img {
	border:none;
	}
	
a {
	color:#102d51;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	}

/*   header   */

#header {
	display:block;
	position:relative;
	clear:both;
	}

#header #index_logo {
	width:147px;
	height:137px;
	position:absolute;
	top:0;
	left:15px;
	}

#header #logo {
	float:left;
	width:137px;
	height:131px;
	background:url(/images/content_bg/logo.jpg) no-repeat;
	margin:3px 0 0 19px;
	}

#header #logo a {
	display:block;
	height:131px;
	}

#header #nav {
	float:right;
	width:790px;
	height:104px;
	}

#header #widget {
	float:right;
	padding:3px 0 0;
	width:305px;
	background:#fff;
	}

/*   end header   */

/*   content   */

#content_body {
	display:block;
	clear:both;
	}

#content_body #content {
	float:left;
	width:675px;
	background:#fff;
	padding:0;
	min-height:844px;
	}

#content {
	float:left;
	width:677px;
	background:#fff;
	padding:4px;
	}
	
#index_left_side {
	float:left;
	width:198px;
	background:#2a3d57;
	}

#index_left_side #recent_videos {
	display:block;
	height:233px;
	padding:31px 0 10px 0;
	margin:0 5px;
	}

#recent_videos .header {
	display:block;
	height:20px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -217px;
	margin:0 45px 5px 5px;
	}

#recent_videos a.btn {
	display:block;
	height:13px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -454px;
	margin:0 0 0 86px;
	}

#recent_videos a:hover.btn {
	background-position:0 -474px;
	}

#recent_videos ul {
	display:block;
	height:186px;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #3c4d66;
	overflow:hidden;
	}

#recent_videos ul li {
	display:block;
	border-bottom:1px solid #3c4d66;
	}

#recent_videos li a {
	display:block;
	height:60px;
	color:#b6cfdc;
	}

#recent_videos li a:hover {
	text-decoration:none;
	}

#recent_videos li .image {
	float:left;
	width:60px;
	height:34px;
	border:1px solid #999;
	margin:5px 0 5px 5px;
	}

#recent_videos li .title {
	float:left;
	width:110px;
	height:39px;
	margin:3px 5px;
	}


#index_left_side #recent_photos {
	display:block;
	height:233px;
	padding:31px 0 10px 0;
	margin:0 5px;
	}

#recent_photos .header {
	display:block;
	height:20px;
	background:url(/images/headers/headers.jpg) no-repeat -138px -217px;
	margin:0 25px 5px 5px;
	}

#recent_photos a.btn {
	display:block;
	height:13px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -494px;
	margin:0 0 0 86px;
	}

#recent_photos a:hover.btn {
	background-position:0 -514px;
	}

#recent_photos ul {
	display:block;
	height:186px;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #3c4d66;
	overflow:hidden;
	}

#recent_photos ul li {
	display:block;
	border-bottom:1px solid #3c4d66;
	}

#recent_photos li a {
	display:block;
	height:60px;
	color:#b6cfdc;
	}

#recent_photos li a:hover {
	text-decoration:none;
	}

#recent_photos li .image {
	float:left;
	width:60px;
	height:45px;
	border:1px solid #999;
	margin:5px 0 5px 5px;
	}

#recent_photos li .title {
	float:left;
	width:60px;
	height:39px;
	margin:3px 5px;
	}

#theVideo {
	float:left;
	width:472px;
	height:289px;
	margin:0 0 0 4px;
	}
	
#callouts {
	float:left;
	width:472px;
	margin:14px 0 0 4px;
	}

#callouts .callout_1 {
	float:left;
	width:230px;
	padding:0 10px 0 0
	}

#callouts .callout_1 a {
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	}

#callouts .callout_1 a:hover {
	text-decoration:none;
	}

#callouts .callout_1 .text {
	display:block;
	padding:5px 0 5px 5px;
	}

#callouts .callout_1 a strong {
	font-size:11px;
	}

#callouts .callout_2 {
	float:left;
	width:230px;
	}

#callouts .callout_2 a {
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	}

#callouts .callout_2 a:hover {
	text-decoration:none;
	}

#callouts .callout_2 .header{
	display:block;
	width:204px;
	height:19px;
	margin:5px;
	background:url(/images/headers/headers.jpg) no-repeat;
	background-position:-176px -238px;
	}

#callouts .callout_2 .line{
	display:block;
	height:1px;
	margin:8px 10px 3px 5px;
	background:#000;
	}

#callouts .callout_2 .text {
	display:block;
	padding:5px 0 5px 5px;
	}

/*   end content   */

/*   right side   */

#right_side {
	float:right;
	width:305px;
	background:#fff;
	min-height:565px;
	}

#right_side .top {
	padding:0 0 10px 0;
	}

#right_side .top #facts_callout {
	float:right;
	width:291px;
	padding:10px 4px 0 0;
	}

#right_side .top #facts_callout .header {
	width:142px;
	height:34px;
	background:url(/images/headers/headers.jpg) no-repeat -193px -259px;
	}

#right_side .top #facts_callout #video_4 {
	width:291px;
	height:163px;
	margin:5px 0;
	}

#right_side .top #facts_callout .text {
	display:block;
	margin:5px;
	}

#audio_player {
	display:block;
	height:250px;
	margin:20px 0 10px 0;
	}
	
#right_side_callout {
	display:block;
	padding:10px 0;
	}

#right_side_callout .header {
	width:175px;
	height:19px;
	background:url(/images/headers/headers.jpg) no-repeat;
	background-position:0 -238px;
	margin:0 0 0 10px;
	}

#right_side_callout .text {
	display:block;
	margin:5px 10px;
	}

#right_side_callout #video_2 {
	width:302px;
	height:172px;
	}
	
/*   end right side   */

/*   mid content   */

#mid_content {
	clear:both;
	display:block;
	height:62px;
	padding:2px 0;
	}

#mid_content #ad_box1 {
	float:left;
	width:200px;
	margin:0 4px 0 0;
	}

#mid_content #ad_box2 {
	float:left;
	width:472px;
	margin:0 4px;
	}

#mid_content #ad_box3 {
	float:right;
	width:300px;
	padding:0;
	}

/*   end mid content   */

/*   btm content   */

#btm_content {
	display:block;
	background:#fff;
	}

#btm_content #twitter_callout {
	float:left;
	width:200px;
	padding:5px 10px 5px 5px;
	}

#btm_content #twitter_callout .sidebar-title {
	display:block;
	height:52px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -257px;
	margin-right:10px;
	}

#btm_content #twitter_callout #twitter-link {
	display:block;
	padding:5px;
	}

#btm_content #twitter_callout #twitter_update_list {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #a6a6a6;
	border-top:1px solid #a6a6a6;
	}

#btm_content #twitter_callout #twitter_update_list li {
	padding:10px 5px;
	}

#btm_content #food_callout {
	float:left;
	width:227px;
	padding:0 10px 0 0;
	}

#btm_content #food_callout a {
	display:block;
	height:272px;
	/*background:url(/images/index/talk_about_it_dinner.jpg) no-repeat 10px 10px;*/
	}

#btm_content #food_callout a:hover {
	text-decoration:none;
	}

#btm_content #food_callout .header {
	display:block;
	height:15px;
	margin:10px 0 0 0;
	}

#btm_content #food_callout .spacer {
	float:left;
	width:4px;
	height:15px;
	background:#ff3333;
	margin:0 8px 5px 0;
	}

#btm_content #food_callout .title {
	float:left;
	width:62px;
	height:15px;
	background:url(/images/headers/headers.jpg) no-repeat -381px -254px;
	}

#btm_content #food_callout .text {
	display:block;
	margin:10px 5px 5px 5px;
	}

#btm_content #food_callout a .btn {
	color:#ff001a;
	}

#btm_content #food_callout a:hover .btn {
	text-decoration:underline;
	}

#btm_content #videos_callout {
	float:left;
	width:227px;
	padding:0 10px 0 0;
	}

#btm_content #videos_callout .header {
	display:block;
	height:15px;
	margin:10px 0 0 0;
	}

#btm_content #videos_callout .spacer {
	float:left;
	width:4px;
	height:15px;
	background:#3384ff;
	margin:0 8px 0 0;
	}

#btm_content #videos_callout .title {
	float:left;
	width:50px;
	height:15px;
	background:url(/images/headers/headers.jpg) no-repeat -416px -238px;
	}

#video_3 {
	width:227px;
	height:137px;
	margin:5px 0;
	}
	
#btm_content #videos_callout .text {
	display:block;
	margin:5px;
	}

#btm_content #facts_callout {
	float:right;
	width:291px;
	padding:10px 4px 0 0;
	}

#btm_content #facts_callout .header {
	width:142px;
	height:34px;
	background:url(/images/headers/headers.jpg) no-repeat -193px -259px;
	}

#btm_content #facts_callout #video_4 {
	width:291px;
	height:163px;
	margin:5px 0;
	}

#btm_content #facts_callout .text {
	display:block;
	margin:5px;
	}

/*   end btm content   */

/*   footer   */

#footer {
	display:block;
	background:url(/images/footer/footer_bg.jpg) no-repeat;
	height:63px;
	color:#fff;
	padding:15px 0 0 0;
	}

#footer a {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footer #footer_content {
	width:645px;
	height:32px;
	margin:0 auto;
	background:url(/images/footer/tai_bubble.png) no-repeat top left;
	padding: 0 0 0 32px;
	}

#footer #footer_content .text {
	padding: 8px 0 0 5px;
	}

/*   end footer   */

div#photos_gallery,
div#videos_gallery,
div#ugc_photos_gallery {
	padding:10px 15px 10px 20px;
	}

/*   video photo top*/

#photos #photos_top div.photos_pagination,
#videos div#videos_top div.videos_pagination,
#ugc_photos div.photos_pagination{
	width:480px;
	background:url(/images/headers/headers.jpg) no-repeat;
	background-position:0 0;
	}

div#videos #videos_top div.videos_pagination,
div#photos #photos_top div.photos_pagination,
div#ugc_photos div.photos_pagination{
	width:546px;
	}
	
#media_view #photos_top, #media_view #videos_top{
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat;
	background-position:0 0;
	margin-right:15px;
	margin-bottom:10px;
	}

#media_view #photos_top #back_button a {
	float:right;
	width:120px;
	height:18px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -268px;
	margin:4px 5px 0 0;
	}

#media_view #photos_top #back_button a:hover {
	background-position:0 -287px;
	}

#media_view #videos_top #back_button a {
	float:right;
	width:95px;
	height:18px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -378px;
	margin:4px 5px 0 0;
	}

#media_view #videos_top #back_button a:hover {
	background-position:0 -397px;
	}

#media_view #photos_top #back_button a span, #media_view #videos_top #back_button a span {
	display:none;
	}
	
#photos div.upload_button,
#videos div.upload_button,
#ugc_photos div.upload_button {
	width: 84px;
	height: 25px;
	background-image: url(/images/btns/btns.jpg);
	background-position: -85px -128px;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	}

div#photos_top .videos_sort,
div#videos_top .videos_sort {
	width:170px;
	padding:0 0 0 5px;
	display:none;
	}
	
div#photos_top .videos_sort .videos_sort_title,
div#videos_top .videos_sort .videos_sort_title {
	width:50px;
	}

div#photos_top .videos_sort #videos_sort_dropdown a.button,
div#videos_top .videos_sort #videos_sort_dropdown a.button {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 0;
	}

div#photos_top .videos_sort #videos_sort_dropdown a:hover.button,
div#videos_top .videos_sort #videos_sort_dropdown a:hover.button {
	background-position:0 -26px;
	}

div#videos_top {
	display:block;
	font-size:11px;
	margin:0 0 0 15px;
	}
	
div#videos_sort_dropdown ul.SubMenu {
	left:55px;
	background:url(/images/btns/dropdown_bg.png) no-repeat;
	}

/*   end video and top   */
/*   photos videos   */
	
#photos_gallery ul li,
#videos_gallery ul li,
#ugc_photos_gallery ul li {
	background:url(/images/content_bg/content_bg.jpg) no-repeat 0 0;
	}
	
#photos_gallery ul li .listing_item .item_title a,
#videos_gallery ul li .listing_item .item_title a,
#ugc_photos_gallery ul li .listing_item .item_title a {
	font-weight:bold;
	}
	
DIV#photos_gallery ul li .listing_item,
div#ugc_photos_gallery ul li .listing_item {
	height:206px;
	}
	
	
	
/* TRASH THIS SECTION */

/*   photos   */
	
#ugc_photos_top {
	display:block;
	font-size:11px;
	margin-left:15px;
	}
	
.photos_pagination {
	float:left;
	width:256px;
	height:25px;
	}

.photos_pagination ul.rx-page-stats {
	float:left;
	margin:0;
	padding:5px 0 0 5px;
	list-style:none;
	}
	
.photos_pagination	ul.rx-pagination {
	float:right;
	margin:0;
	padding:5px 5px 0 0 ;
	list-style:none;
	}

.photos_pagination	ul.rx-pagination li {
	float:left;
	margin:0;
	padding:0 3px 0 0;
	list-style:none;
	}
	
#ugc_photos_top .videos_sort, #videos_top .videos_sort {
	float:left;
	width:185px;
	height:25px;
	padding:0 0 0 25px;
	position:relative
	}

#ugc_photos_top .videos_sort .videos_sort_title, #videos_top .videos_sort .videos_sort_title {
	float:left;
	width:60px;
	padding-top:5px;
	}

#ugc_photos_top .videos_sort #videos_sort_dropdown, #videos_top .videos_sort #videos_sort_dropdown {
	float:left;
	width:118px;
	height:25px;
	}

#ugc_photos_top .videos_sort #videos_sort_dropdown a.button, #videos_top .videos_sort #videos_sort_dropdown a.button {
	display:block;
	height:25px;
	}

#ugc_photos_top .videos_sort #videos_sort_dropdown a.button span, #videos_top .videos_sort #videos_sort_dropdown a.button span {
	float:left;
	padding:3px 0 0 10px;
	}

#ugc_photos_gallery, #videos_gallery {
	padding: 10px 0 10px 10px;
	clear:both
	}

#ugc_photos_gallery ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	}

#ugc_photos_gallery ul li {
	float:left;
	width:150px;
	margin:0 5px 20px 4px;
	}
* html #ugc_photos_gallery ul li {
	margin:0 5px 20px 0px;
	}

#ugc_photos_gallery ul li .listing_item {
	display:block;
	height:236px;
	padding:0 5px;
	}

#ugc_photos_gallery ul li .listing_item a.item_thumb {
	display:block;
	}
#ugc_photos_gallery ul li .listing_item .item_title{
	display:block;
	height:25px;
	padding:10px 2px 10px 10px;
	}

#ugc_photos_gallery ul li .listing_item a.item_titletext, #ugc_photos_gallery ul li .listing_item .item_link a {
	display:block;
	}

#ugc_photos_gallery ul li .listing_item a:hover.item_titletext, #ugc_photos_gallery ul li .listing_item .item_link a:hover {
	text-decoration:none;
	}
	
#ugc_photos_gallery ul li .listing_item .item_description {
	display:block;
	padding: 0 10px;
	}

#ugc_photos_gallery ul li .listing_item .item_rating {
	display:block;
	height:15px;
	padding: 0 10px;
	}
	
#ugc_photos_gallery .listing_item .item_rating span {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:0;
	}

#ugc_photos_gallery ul li .listing_item .item_rating #rating {
	float:left;
	width:60px;
	padding:4px 0 0 0;
	}

#ugc_photos_gallery ul li .listing_item .item_rating #rating ul li{
	clear:none;
	float:left;
	height:11px;
	margin:0;
	overflow:hidden;
	width:11px;
	}
	

#ugc_photos_bottom{
	display:block;
	font-size:11px;
	margin-left:15px;
	}
	
/*   photos view   */	

#site_heading {
	background: url(/images/video_photos_page_bg.gif) 0px -605px;
	height: 25px;
	margin-bottom: 12px;
	position: relative;
}
#site_heading div {
	float: left;
}
#site_heading .site_icon {
	width: 16px;
	height: 16px;
	margin: 4px 0 0 4px ;
}
#site_heading .site_label {
	margin: 1px 0 0 9px;
	font-size:15px;
	color:#333;
}
#site_heading .site_separator {
	width: 2px;
	height: 13px;
	background-color: #333;
	margin: 5px 12px 0 12px;
}
#site_heading .site_url {
	margin-top: 3px;
}
#site_heading .site_url a {
	font-size:12px;
	color:#333;
}
#site_heading .upload_but {
	position: absolute;
	top: 0px;
	left: 564px;
	padding-left: 3px;
	background-color: white;
}
#site_heading .upload_but a {
	display: block;
	height: 25px;
	width: 84px;
	background-image: url(/images/videos_photos_btns_sprite.gif);
	background-position: -256px -29px;
}
#site_heading .upload_but a:hover {
	background-position: -256px -54px;
}

#photo_main #collection_info #gallery_title {
	margin: 0 50px 8px 50px;
	color: #0b3c64;
	font-size: 18px;
	line-height: 1.05em;
	font-weight: normal;
}

#photo_main #collection_info .collection_desc {
	margin: 0 50px 10px 50px;
}
	
#photo_main #collection_info .collection_desc,
#photo_main #media_item_info .media_item_desc {
	font-size: 13px;
	line-height: 1.05em;
	color: #585858;
}

#primary_preview {
	height:440px;
	margin:0 40px 5px 40px;
	background:url(/images/content_bg/photo_view_bg.gif) no-repeat;
	position:relative;
	}

	
#photo_main #primary_preview .horizontal {
	position: absolute;
	top: 86px;
	left: 92px;
	width: 410px;
	height: 277px;
	background: url(/images/photo_viewer_bg.png) no-repeat;
}

#photo_main #primary_preview .horizontal img {
	padding:5px;
}
#photo_main #primary_preview .vertical {
	position: absolute;
	top: 13px;
	left: 159px;
	width: 277px;
	height: 410px;
	background: url(/images/photo_viewer_bg_portrait.png) no-repeat;
}
#photo_main #primary_preview .vertical img {
	padding:5px;
}

#preview_nav {
	margin:0;
	padding:0;
	list-style:none;
	}

#preview_nav li {
	height:108px;
	width:51px;
	position:absolute;
	top:168px;
	}

#preview_nav li a {
	background:url(/images/videos_photos_btn.gif) no-repeat;
	height:108px;
	display:block;
	}

#preview_nav li.prev {
	left:13px;
	}

#preview_nav li.prev a {
	background-position:-238px 0;
	}

#preview_nav li.prev a:hover {
	background-position:-289px 0;
	}

#preview_nav li.next {
	right:13px;
	}

#preview_nav li.next a {
	background-position:-238px -108px;
	}

#preview_nav li.next a:hover {
	background-position:-289px -108px;
	}
	
#photo_main #media_item_info {
	margin:0 50px 29px 50px;
}
#photo_main #media_item_info #media_item_title {
	padding: 8px 0;
	margin:0;
	font-size: 14px;
	line-height: 1.10em;
	color: #0b3c64;
}
#photo_main #media_item_info .media_item_desc {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 12px;
	line-height: 1.10em;
	color: #636466;
}

#photo_main #rating_container div {
	float: left;
	margin-right: 4px;
}

#photo_main #media_item_info #media_item_actions {
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
}
#photo_main #media_item_info #media_item_actions li {
	float: left;
	margin-right: 20px;
}
#photo_main #media_item_info #media_item_actions li a {
	display: block;
}

#number_container {
	margin:4px 0px 0 0;
	padding-right:10px;
	border-right:1px solid #666;
	color:#666;
	font-size:11px;
	}

#views_container {
	margin:4px 0 0 0;
	}

#views_container .views_count, #views_container .views_label, #rating_container {
	float:left;
	color:#666;
	font-size:11px;
	}
	
#views_container .views_label {
	width:31px;
	height:8px;
	background:url(/images/videos_photos_btn.gif) no-repeat 0 -20px;
	margin:4px 5px 0 0;
	}
#views_container .views_label span {
	display:none;
	}

#rating_container {
	margin:4px 0 0 0;
	}

#rating_container .rating_label {
	width:59px;
	height:8px;
	background:url(/images/videos_photos_btn.gif) no-repeat 0 -3px;
	margin:4px 5px 0 0;
	}
#rating_container .rating_label span {
	display:none;
	}
#rating_container .rating_stars {
	margin-top:2px;
	}

#photo_main #rating_container #rating ul li {
	margin:0;
	float:left;
	}

#photo_main #media_item_info #media_item_actions #share_but_container, #photo_main #media_item_info #media_item_actions #fav_but_container {
	margin-right:5px;
}
#photo_main #media_item_info #media_item_actions #comment_but_container {
	margin-right:0;
}
#photo_main #media_item_info #media_item_actions a.share_but {
	width: 55px;
	height: 22px;
	background-position: -1px -30px;
	background-image: url(/images/videos_photos_btn.gif);
}
#photo_main #media_item_info #media_item_actions a:hover.share_but {
	background-position: -1px -52px;
}

#photo_main #media_item_info #media_item_actions a.fav_but {
	width: 50px;
	height: 22px;
	background-position: -56px -30px;
	background-image: url(/images/videos_photos_btn.gif);
	margin-left:2px;
}
#photo_main #media_item_info #media_item_actions a:hover.fav_but{
	background-position: -56px -52px;
}

#photo_main #media_item_info #media_item_actions a.comment_but {
	width: 69px;
	height: 22px;
	background-image: url(/images/videos_photos_btn.gif);
	background-position: -106px -30px;
	margin-left:2px;
}
#photo_main #media_item_info #media_item_actions a:hover.comment_but {
	background-position: -106px -52px;
}

#photo_main #media_item_info #media_item_actions .report_but {
	width: 53px;
	background-position: -45px 0px;
}
#photo_main #media_item_info #media_item_actions a:hover.report_but {
	background-position: -45px -14px;
}

#photo_main #thumb_carousel {
	position: relative;
	margin:0 35px 20px 35px;	
}
#photo_main #carousel_heading {
	height: 15px;
	margin:0 28px 3px 28px;
	background-image: url(/images/videos_photos_btn.gif);
	background-position: -20px -256px;
}
#photo_main #carousel_heading span {
	display:none;
}

#photo_main #carousel_container {
	width: 504px;
	height: 42px;
	position: relative;
}
#photo_main .jcarousel-clip {
	width: 504px;
	height: 42px;
	overflow: hidden;
	position: relative;
	margin:0 41px;
	
}
#photo_main .jcarousel-prev,
#photo_main .jcarousel-next {
	position: absolute;
	top: -7px;
	width: 28px;
	height: 58px;
	cursor: pointer;
	background-image: url(/images/videos_photos_btn.gif); 
}
#photo_main .jcarousel-prev {
	left: 0px;
	background-position: -22px -76px;
}
#photo_main div:hover.jcarousel-prev {
	background-position: -22px -133px;
}
#photo_main .jcarousel-next {
	right: -85px;
	background-position: -50px -76px;
}
* html #photo_main .jcarousel-next {
	right: 0px;
}

#photo_main div:hover.jcarousel-next {
	background-position: -50px -133px;
}
#photo_main .jcarousel-prev-disabled, #photo_main div:hover.jcarousel-prev-disabled {
	background-position: -22px -190px;
	cursor: default;
}
#photo_main .jcarousel-next-disabled, #photo_main div:hover.jcarousel-next-disabled {
	background-position: -50px -190px;
	cursor: default;
}

#photo_main #carousel_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 134px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#photo_main .thumbs_block {
	float: left;
	height: 42px;
	width: 504px;
	padding: 0;
	margin: 0 12px 0 0;
	list-style: none;
}
#photo_main .thumbs_block div {
	float: left;
	margin: 0 12px 0 0;
}
#photo_main .thumbs_block div.no_vgutter {
	margin: 0px;
}
#photo_main .thumbs_block a {
	display: block;
}
#photo_main .thumbs_block img {
	width: 74px;
	height: 42px;
	background: black
}

/*   end photos   */

/*   video view   */

#videos .header {
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -54px;
	margin:0 0 10px 0;
	}

#videos .header a {
	float:right;
	width:95px;
	height:18px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -353px;
	margin:4px 5px 0 0;
	}

#videos .header a:hover {
	background-position:0 -372px;
	}
	
div#video_title {
	font-size:17px;
	color:#102d51;
	font-weight:bold;
	margin:0 15px;
	}

div#video_description {
	padding:5px 15px;
	}

#videos #video_info {
	height:20px;
	margin:10px 20px;
	padding:0;
	}
	
div#video_rating {
	margin-top:0;
	}

#videos #video_rating span {
	float:left;
	padding:0 5px 0 0;
	}

/*   end video view   */

/*  share   */

#booeep_share_container {
	background:url(/images/content_bg/content_bg.jpg) no-repeat 0 -210px;
	}

#share_wrapper #share_heading {
	padding-top:10px;
	}

#share_wrapper #share_email {
	padding-right:10px;
	}

#share_wrapper #share_email form a {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -281px;
	}

#share_wrapper #share_email form a:hover {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:-45px -281px;
	}

/*   end share   */

/*   comments   */

#comments_tabs {
	background:url(/images/content_bg/content_bg.jpg) no-repeat 0 -433px;
	}

#comments_new_btn a {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -326px;
	}

#comments_new_btn a:hover {
	background-position:0 -352px;
	}

#comments_main_wrapper {
	border-bottom:1px solid #3b4d66;
	}
	
#comments_btn_spam a {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:-44px -534px;
	}

#comments_btn_spam a:hover {
	background-position:-44px -553px;
	}

/*   end comments   */

/*   news   */

#news .header {
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -81px;
	}
	
#news h2 {
	display:none;
	}
	
.appearance-date {
	display:none;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
	}
	
ul.rx-appearances {
	list-style:none;
	margin:0;
	padding:13px 10px 0;
	}

ul.rx-appearances li {
	border-bottom:1px solid #7b8699;
	clear:both;
	margin:15px 0 10px;
	padding:0 0 0 190px;
	position:relative;
	color:#293d56;
	}
	
ul.rx-appearances li img {
	left:5px;
	position:absolute;
	top:0;
	}
* html ul.rx-appearances li img {
	left:-180px;
	top:30px;
	}
ul.rx-appearances h3 {
	color:#293d56;
	font-size:18px;
	}

ul.rx-appearances li .more_link {
	clear:both;
	}

ul.rx-appearances li .more_link a {
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -416px;
	height:18px;
	margin:0 0 10px;
	width:124px;
	display:block;
	}

ul.rx-appearances li .more_link a:hover {
	background-position:0 -435px;
	}

ul.rx-appearances li .more_link a span {
	display:none;
	}

ul.rx-appearances li .synopsis {
	width:460px;
	}
	
ul.rx-appearances li .source {
	clear:both;
	}

/*   end news   */

/*   words   */

#words .header {
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -162px;
	}
	
#words_body {
	padding:0 10px;
	}
	
#rx-messages .subheading_pins, #rx-messages .subheading_messages {
	background:#2A3D57;
	color:white;
	}
	
#rx-messages .actions {
	background:#d6d6d6;
	}
#rx-messages .response .heading, #rx-messages .pinned_header {
	background:#1C4AC4;
	color:white;
	}

#rx-messages .heading {
	background:#AAB4BD;
	color:black;
	}

/*   end words   */

/*   sounds   */

#sounds .header {
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -108px;
	}

#sounds h2 {
	display:none;
	}
#sounds #intro {
	margin:15px 0 10px;
	padding:0 0 0 200px;
	}

#sounds ul.rx-appearances {
	border-top:1px solid #7b8699;
	}

/*   end sounds    */

/*   login   */

#login .header, #reg .header, #webmaster .header, #account .header {
	display:block;
	height:26px;
	background:url(/images/headers/headers.jpg) no-repeat 0 -135px;
	}

#login #login_content, #webmaster #webmaster_content, #account #account_content {
	margin:0 10px;
	}

/*   end login   */

/*   edit account   */

#account div#settings_notebook {
	float:none;
	display:block;
	width:auto;
	}
	
#settings_notebook a {
	float:left;
	margin:0 10px;
	padding:5px 5px 0 5px;
	}

#settings_notebook a:hover#acct_but, #settings_notebook a:hover#auth_but, #settings_notebook a:hover#avatar_but, #settings_notebook a:hover#alert_but, #settings_notebook a.active {
	color:#fff;
	text-decoration:none;
	background:#2A3D57;
	}

/*   end edit account   */

/*   widget   */

#widget {
	width:305px;
	}

#widget_header {
	cursor: pointer;
}
#widget_body {
	position: relative;
	padding-bottom:4px;
	background:url(/images/content_bg/content_bg.jpg) no-repeat 0 -460px;
	}
#widget_content {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 305px;
	background:#fff;
}
	
#logged_out_header {
	display:block;
	height:30px;
	}

#logged_out_header .title {
	color:#003C6C;
	float:left;
	font-size:13px;
	padding:6px 10px 0 13px;
	}

#logged_out_header .title_dots {
	color:#003C6C;
	float:left;
	font-size:13px;
	padding:6px 5px 0 0;
	}
	
#logged_out_header ul#widget_nav {
	float:right;
	height:30px;
	list-style:none;
	margin:0 1px 0 0;
	padding:0;
	width:190px;
	}

#logged_out_header ul#widget_nav li, #logged_out_header ul#widget_nav a {
	float:left;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}

#logged_out_header ul#widget_nav li#link_1 a {
	width:63px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -624px;
	}

#logged_out_header ul#widget_nav li#link_1 a:hover {
	background-position:0 -654px;
	}
	
#logged_out_header ul#widget_nav li#link_2 a {
	width:127px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position: -64px -624px;
	}

#logged_out_header ul#widget_nav li#link_2 a:hover {
	background-position: -64px -654px;
	}

#logged_in_content, #logged_out_content {
	display:block;
	height:242px;
	margin:1px 2px;
	}

* html #logged_in_content, #logged_out_content {
	margin:1px 2px 0;
	}

#logged_out_content {
	background:url(/images/content_bg/content_bg.jpg) no-repeat -301px -460px;
	display:block;
	overflow:hidden;
	}

#logged_out_content #acct_log_header {
	border-bottom:1px solid #E7E7E8;
	height:15px;
	margin:0 10px;
	padding:23px 0 5px;
	}
	
#logged_out_content #acct_log_header .txt {
	color:#003C6C;
	font-size:13px;
	}

#logged_out_content #acct_log_body {
	margin:10px;
	}

#logged_out_content #acct_log_body .txt {
	color:#999999;
	display:block;
	font-size:12px;
	padding:0 0 25px;
	}

#logged_out_content #acct_log_body .acct_log_email {
	color:#666666;
	display:block;
	font-size:13px;
	padding:0 0 10px;
	}
	
#logged_out_content #acct_log_body .acct_log_email label {
	padding:3px 5px;
	text-align:right;
	}
	
#logged_out_content #acct_log_body .acct_log_email input, #logged_out_content #acct_log_body .acct_log_pass input {
	width:170px;
	}
	
#logged_out_content #acct_log_body .acct_log_pass {
	color:#666666;
	display:block;
	font-size:13px;
	padding:0 0 10px;
	}
	
#logged_out_content #acct_log_body .acct_log_pass label {
	padding:3px 5px 3px 32px;
	text-align:right;
	}

#logged_out_content #acct_log_body .acct_log_submit input {
	display:block;
	width:189px;
	height:24px;
	margin:6px 0 0 94px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position: 0px -573px;
	}

#logged_out_content #acct_log_body :hover.acct_log_submit input {
	background-position: 0px -598px;
	}
	
#widget_footer {
	display:block;
	height:22px;
	margin:0 2px;
	}
	
#widget_footer #footer_logged_out {
	color:#333333;
	font-size:11px;
	}

#widget_footer #footer_logged_out .txt {
	float:left;
	padding:3px 7px 0 13px;
	width:120px;
	}

#widget_footer #footer_logged_out a.link_1 {
	border-right:1px solid #333333;
	float:left;
	margin:3px 12px 0 0;
	padding:0 12px 0 0;
	width:60px;
	}
	
#widget_footer #footer_logged_out a.link_2 {
	float:left;
	margin:3px 0 0;
	padding:0;
	width:70px;
	}
	
#logged_in_header {
	display:block;
	height:30px;
	}
	
#logged_in_header .title {
	color:#003C6C;
	float:left;
	font-size:13px;
	padding:6px 10px 0 13px;
	}
	
#logged_in_header ul#widget_nav {
	float:right;
	height:30px;
	list-style:none;
	margin:1px 3px 0 0;
	padding:0;
	width:136px;
	}

#logged_in_header ul#widget_nav li, #logged_in_header ul#widget_nav a {
	display:block;
	float:left;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
#logged_in_header ul#widget_nav li#link_1 a {
	width:78px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:0 -685px;
	}

#logged_in_header ul#widget_nav li#link_1 a:hover {
	background-position:0 -714px;
	}
	
#logged_in_header ul#widget_nav li#link_2 a {
	width:58px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position:-78px -685px;
	}

#logged_in_header ul#widget_nav li#link_2 a:hover {
	background-position:-78px -714px;
	}
	
/*   empty   */

#logged_in_content #fav_empty{
	display:block;
	height:240px;
	background:url(/images/empty_folder_bg.jpg) no-repeat center top;
	}

#empty_text_body {
	display:block;
	padding:84px 10px 0 10px;
	}

#empty_text_body .text {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#999;
	padding-bottom:30px;
	line-height:1.30em;
	}

#empty_text_body .btn {
	position:relative;
	}

#empty_text_body .btn_img {
	position:absolute;
	top:0;
	left:0;
	background:url(/images/videos_photos_btn.gif) no-repeat;
	background-position:-56px -30px;
	width:50px;
	height:22px;
	}

/*   end empty   */	
#logged_in_content #favorite {
	display:block;
	height:240px;
	}

#logged_in_content #favorite #fav_nav {
	background:url(/images/content_bg/content_bg.jpg) no-repeat 0 -793px;
	display:block;
	height:23px;
	position:relative;
	}

#logged_in_content #favorite #fav_nav span {
	display:none;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn {
	float:left;
	width:95px;
	height:17px;
	padding:4px 0 0  105px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a#fav_nav_image_btn {
	float:left;
	width:44px;
	height:17px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position: 0 -744px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a:hover#fav_nav_image_btn {
	background-position: 0 -761px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a#fav_nav_image_btn.active {
	background-position: 0 -778px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a#fav_nav_video_btn {
	float:left;
	width:44px;
	height:17px;
	background:url(/images/btns/btns.jpg) no-repeat;
	background-position: -50px -744px;
	margin-left:6px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a:hover#fav_nav_video_btn {
	background-position: -50px -761px;
	}

#logged_in_content #favorite #fav_nav #fav_nav_btn a#fav_nav_video_btn.active {
	background-position: -50px -778px;
	}


#logged_in_content #favorite #fav_nav a.nav_type {
	float:right;
	height:16px;
	width:137px;
	}
	
#logged_in_content #favorite #fav_nav a.nav_type span.txt {
	color:#333333;
	float:left;
	font-size:11px;
	padding:1px 5px;
	}
	
#logged_in_content #favorite #fav_nav a.nav_type span.btn {
	float:right;
	height:6px;
	margin:5px;
	overflow:hidden;
	width:12px;
	}
	
#logged_in_content #favorite ul.SubMenu {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:17px;
	width:137px;
	z-index:3;
	}
	
#logged_in_content #favorite ul.SubMenu li, #logged_in_content #favorite ul.SubMenu a {
	background: url(/images/btns/dropdown_bg.png) no-repeat 0 0;
	color:#333333;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	padding:1px 3px;
	text-align:left;
	}
	
#logged_in_content #favorite ul#fav_content {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	}

#logged_in_content #favorite ul#fav_content li {
	display:block;
	font-size:0;
	height:73px;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
	background:url(/images/content_bg/content_bg.jpg) no-repeat -301px -695px;
	}

#logged_in_content #favorite ul#fav_content li a {
	display:block;
	height:73px;
	margin:0;
	padding:0;
	}

#logged_in_content #fav_content li a .fav_img {
	background:#333333 none repeat scroll 0 0;
	cursor:pointer;
	height:50px;
	left:5px;
	margin:0;
	padding:0;
	position:absolute;
	top:11px;
	width:90px;
	}

#logged_in_content #fav_content li a .fav_overlay {
	display:block;
	height:14px;
	left:0;
	position:absolute;
	top:36px;
	visibility:hidden;
	width:90px;
	}

#logged_in_content #fav_content li a:hover .fav_overlay {
	visibility:visible;
	}
	
#logged_in_content #fav_content li a .fav_overlay span {
	background-image:url(/images/btns.gif);
	display:block;
	float:left;
	height:14px;
	margin-right:1px;
	width:14px;
	}
	
#logged_in_content #fav_content li a .fav_play {
	background-position:-142px -57px;
	}

#logged_in_content #fav_content li a .fav_subtract {
	background-position:-172px -57px;
	}

#logged_in_content #favorite ul#fav_content li .fav_info {
	color:#333333;
	cursor:pointer;
	float:right;
	height:50px;
	margin:10px 0 0;
	padding:0;
	width:190px;
	}
			
#logged_in_content #favorite ul#fav_content li .title {
	color:#003C6C;
	display:block;
	font-size:13px;
	height:27px;
	line-height:14px;
	margin:0;
	padding:0 0 9px;
	}

#logged_in_content #favorite ul#fav_content li .btn {
	float:right;
	width:75px;
	height:14px;
	background:url(/images/btns/btns.jpg) no-repeat;
	margin:0 15px 0 0;
	}

#logged_in_content #favorite ul#fav_content li a .view_image {
	background-position:-95px -743px;
	}

#logged_in_content #favorite ul#fav_content li a:hover .view_image {
	background-position:-95px -757px;
	}

#logged_in_content #favorite ul#fav_content li a .view_video {
	background-position:-95px -771px;
	}

#logged_in_content #favorite ul#fav_content li a:hover .view_video {
	background-position:-95px -785px;
	}

#logged_in_content #favorite ul#fav_content li .meta {
	color:black;
	}

#logged_in_content #favorite ul#fav_content li .add_date {
	margin:0 7px 0 0;
	padding:0 8px 0 0;
	}

#widget_footer {
	display:block;
	height:22px;
	margin:0 2px;
	background:url(../images/content_bg/content_bg.jpg) no-repeat 0 -770px;
	}

#widget_footer #footer_fav #footer_fav_type {
	color:#333333;
	float:left;
	font-size:11px;
	padding:2px 0 0 5px;
	}

#widget_footer #footer_fav_pagination {
	color:#999999;
	float:right;
	font-size:11px;
	height:16px;
	margin:0;
	padding:2px 9px 0 0;
	}
	
#widget_footer #footer_fav_pagination ul.rx-pagination {
	list-style:none;
	margin:0;
	padding:0;
	}

#widget_footer #footer_fav_pagination ul.rx-pagination li {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	}

/*   end widget*/
div#photo_main #media_item_info #media_item_actions .fav_but span {
	right:73px;
	}

#video_buttons a span {
	display:none;
	}
			
#video_buttons .share_but, #video_buttons .add {
	margin-right:5px;
	float:left;
}
#video_buttons  .comment_but {
	float:left;
	margin-right:0;
}
#video_buttons  a.share_but {
	width: 55px;
	height: 22px;
	background-position: -1px -30px;
	background-image: url(/images/videos_photos_btn.gif);
}
#video_buttons  a:hover.share_but {
	background-position: -1px -52px;
}

#video_buttons a.add {
	width: 50px;
	height: 22px;
	background-position: -56px -30px;
	background-image: url(/images/videos_photos_btn.gif);
	margin-left:2px;
}
#video_buttons a:hover.add{
	background-position: -56px -52px;
}

#video_buttons a.comment_but {
	width: 69px;
	height: 22px;
	background-image: url(/images/videos_photos_btn.gif);
	background-position: -106px -30px;
	margin-left:2px;
}
#video_buttons a:hover.comment_but {
	background-position: -106px -52px;
}

.photos_listings h3 {
	margin-left:16px;
	}
