/*
	Skin Name: Pixel
	Class: pixel
	Description: Pixel skin for Advanced Slider jQuery plugin
	Author: David
*/


/* MAIN SLIDE */

.pixel .slide-wrapper
{
	background-color:#000;
	border:none;
}

/* END OF MAIN SLIDE */


/* PRELOADER */

.pixel .preloader
{
	background:url(images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
}

/* END OF PRELOADER */


/* SLIDE ARROWS */

.pixel .navigation-arrows a
{
	background:url(images/arrows.png) no-repeat;
	width:24px;
	height:24px;
	top:368px;
	z-index:900;
}

.pixel .navigation-arrows a.previous:hover
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.pixel .navigation-arrows a.next:hover
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.pixel .navigation-arrows a.previous
{
	left:0;
	background-position: -3px 0px;
}


.pixel .navigation-arrows a.next
{
	right:0;
	background-position: -20px 0px;
}

/* END SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.pixel .slideshow-controls
{
	background:url(images/playpause.png) no-repeat;
	width:38px;
	height:38px;
	top:50%;
	left:50%;
	margin:-38px 0 0 -28px;
}


.pixel .slideshow-controls.pause
{
	background-position: 0px 0px;
}


.pixel .slideshow-controls.play
{
	background-position: -38px 0px;
}

/* END OF SLIDESHOW CONTROLS */


/* SHADOW */

.pixel .shadow
{	
	height:94px;
	margin-top:-50px;
	display:none;
}


.pixel .shadow .shadow-left, .pixel .shadow .shadow-right
{
	width:200px;
	height:94px;
}


.pixel .shadow .shadow-left
{
	background:url(images/shadow_left.png);
}


.pixel .shadow .shadow-right
{
	background:url(images/shadow_right.png)
}


.pixel .shadow .shadow-middle
{
	background:url(images/shadow_middle.png) repeat-x;
	height:94px;
}

/* END OF SHADOW */


/* TIMER ANIMATION */

.pixel .timer-animation
{
	top:20px;
	right:20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.pixel .caption
{	
	height: auto !important;
}

.pixel .caption .wrapper {
height: 50px !important;
position: relative;
}

.pixel .caption .background
{
	background-color:#000;
	width:100%;
	height:100%;
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.pixel .caption .content
{	
	margin:0px;
	padding:5px 30px;
	font-size:10pt;
	line-height:16px;
	position:relative;
	color:#000;
}

.pixel .caption .content .grey
{	
	color:#ccc;
	font-weight:normal;
}

.pixel .caption a{
	text-decoration:none;
	color:#fff;
}

.pixel .caption a.homeslide{
	color:#c00;
}


.pixel .caption a:hover{
	color:#900;
}

/* END OF SLIDE CAPTION */


/* SLIDE CAPTION AFI FEST */

.festgallery .pixel .caption .content
{	
	margin:0px;
	padding:7px 10px;
	font-size:12px;
	line-height:14px;
	position:relative;
	color:#fff;
	margin-bottom:10px;
}

	
/* END SLIDE CAPTION AFI FEST */

/* NAVIGATION BUTTONS/BULLETS */

/* main container of the navigation buttons */
.pixel .navigation-buttons
{
	top:406px;
	width: 100%;
	left:0 !important;
	text-align:center;
	padding:0 0 5px;
}

.advanced-slider .navigation-buttons .left, .advanced-slider .navigation-buttons .right, .advanced-slider .navigation-buttons .middle {
    text-align:center;
	float:none;
}

/* 
 left, right and middle of the main container 
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.pixel .navigation-buttons .left, .pixel .navigation-buttons .right{}


.pixel .navigation-buttons .left{}


.pixel .navigation-buttons .middle{}


.pixel .navigation-buttons .right{}


/* this contains the buttons */
.pixel .navigation-buttons .buttons{}


/* this is a button */
.pixel .navigation-buttons .buttons a
{
	background:url(../../Images/slider/slideDot.png) no-repeat;
	background-position:0 0;
	cursor:pointer;
	width:10px;
	height:10px;
	margin:0 6px;
	text-align:center;
	padding:0;
}


.pixel .navigation-buttons .buttons a.over
{
	opacity:0.6;
	filter:alpha(opacity=60);
}


.pixel .navigation-buttons .buttons a.select
{
	background:url(../../Images/slider/slideDotSelect.png) no-repeat;
}


/* this is used to style the numbers from within the buttons, when they are used */
.pixel .navigation-buttons .buttons a .number
{
	margin-top: 2px;
	font-size:11px;
	line-height:11px;
	color:#aaa;
}


.pixel .navigation-buttons .buttons a.over .number
{
	font-size:11px;
	color:#FFF;
}


.pixel .navigation-buttons .buttons a.select .number
{
	font-size:11px;
	color:#FFF;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.pixel .navigation-buttons .buttons .thumbnail
{
	margin-bottom:10px;
}

/* END OF NAVIGATION BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.pixel .thumbnail
{
	background-image:url(images/preloader.gif);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	border:solid 2px #FFF;
	/*-moz-box-shadow: 0px 0px 10px #AAA;
	-webkit-box-shadow: 0px 0px 10px #AAA;
	box-shadow: 0px 0px 10px #AAA;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');*/
}

/* END OF THUMBNAIL IMAGE */


/* NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */

.pixel .navigation-thumbnails.horizontal
{
	padding:0px 12px;
	margin:7px 0 0;
}


.pixel .navigation-thumbnails.vertical
{
	margin-left:50px;
	padding:20px 0px;
}


.pixel .navigation-thumbnails .thumbnail
{
	cursor:pointer;
	margin:0 5px;
}


.pixel .navigation-thumbnails .thumbnail.over
{
	border:solid 2px #666;
	/* -moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
	box-shadow: 0px 0px 10px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');*/
}


.pixel .navigation-thumbnails .thumbnail.select
{
	border:solid 2px #a00;
	/* -moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
	box-shadow: 0px 0px 10px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');*/
}


/* THUMBNAIL CAPTION */

.pixel .thumbnail .caption .background
{
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.pixel .thumbnail .caption .content
{
	color:#FFF;
	font-size:12px;
	line-height:14px;
	text-align:center;
	padding:2px 0px;
	margin:0px;
}

/* END OF THUMBNAIL CAPTION */


/* NAVIGATION THUMBNAILS ARROWS */

.pixel .navigation-thumbnails .arrows a
{
	background:url(../../silver/styles/pixel/images/arrows.png) no-repeat;
	width:20px;
	height:20px;
}


.pixel .navigation-thumbnails.vertical .arrows a
{
	background:url(images/arrows_v.png) no-repeat;
}


.pixel .navigation-thumbnails .arrows a.next
{
	background-position:-38px 0px;
}


.pixel .navigation-thumbnails.horizontal .arrows a.previous
{
	left:0px;
	background-position: 0 0;
}


.pixel .navigation-thumbnails.horizontal .arrows a.next
{
	right:0px;
	background-position: -43px 0;
}


.pixel .navigation-thumbnails.vertical .arrows a.previous
{
	top:0px;
}


.pixel .navigation-thumbnails.vertical .arrows a.next
{
	bottom:0px;
}

/* END OF NAVIGATION THUMBNAILS ARROWS */


/* NAVIGATION THUMBNAILS BUTTONS */

.pixel .navigation-thumbnails .buttons a
{
	background:url(images/buttons_small.png) no-repeat;
	background-position:0px 0px; 
	width:10px;
	height:10px;
	margin: 2px;
}


.pixel .navigation-thumbnails .buttons a.over
{
	background-position:-10px 0px; 
}


.pixel .navigation-thumbnails .buttons a.select
{
	background-position:-20px 0px; 
}


.pixel .navigation-thumbnails.horizontal .buttons
{
	margin-top:0px;
}


.pixel .navigation-thumbnails.vertical .buttons
{
	margin-left:0px;
}

/* END OF NAVIGATION THUMBNAILS BUTTONS */


/* NAVIGATION THUMBNAILS SCROLLBAR */

.pixel .navigation-thumbnails.horizontal .scrollbar
{
	margin-top:30px;
}


.pixel .navigation-thumbnails.vertical .scrollbar
{
	margin-left:30px;
}

/* END OF NAVIGATION THUMBNAILS SCROLLBAR */

/* END OF NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */


/* TOOLTIP */

.pixel .tooltip
{
	background-color:#DDD;
	margin-bottom:20px;
	border:#EEE solid 4px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


.pixel .tooltip .content
{
	color:#999;
	padding:10px;
	margin:0px;
}

/* END OF TOOLTIP */
.sliderWrap{
	float:left;
	margin:0 0 0 7px;
	color:white;
	width:640px;
}

#banners{
	float:right;
	width:300px;
	margin:0;
}

#banners img{
	margin:0 0 14px;
}

.clearfix{
	clear:both;
}

#homeColumnWrap{
	display:-moz-box;
	margin:5px 0 0;
}

.homeColumn{
	float:left;
	margin:7px 11px 7px 0;
	width:206px;
	height:100%;
	min-height:450px;
}

.homeColumn:last-child{
	margin:7px 0;
}

.homeColumn.news{
	float: left;
    margin: 7px 0;
}

.boxtext{
	padding:0 7px;
}

.feedbox{
	margin:5px 0 0;
}

/* Center Column */

#centerColumn{
	float:left;
	width:206px;
}


/* DWW Slider */
#contentbox.dww{
	width:510px;
	padding:0;
	margin:35px 0 0;
}

.dww .pixel .navigation-arrows a
{
	background:url(../../silver/styles/pixel/images/arrows.png) no-repeat;
	width:20px;
	height:20px;
	top:311px;
	z-index:900;
	opacity:1 !important;
}

.dww .pixel .navigation-arrows a.previous
{
	left:5px;
}


.dww .pixel .navigation-arrows a.next
{
	right:10px;
	background-position: -38px 0px;
}

.dww .pixel .caption {
	left:0 !important;
	bottom:0 !important;
	height: auto !important;
}

.dww .pixel .caption .wrapper{
	height: auto !important;
	position: relative;
}

.dww .pixel .caption .content {
	margin: 0 0 0 30px;
	padding: 8px 0;
	width: 450px;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	position: relative;
	color:#fff;
}

.dww .advanced-slider {
	height: auto !important;
}


/* AMERICAN FILM Slider */
/* main container of the navigation buttons */
.st_views p {
text-align: left;
}

.st_view .slide-wrapper
{
margin-left:10px;
background-color:#fff;
-moz-box-shadow: 0px 5px 10px #000;
-webkit-box-shadow: 0px 5px 10px #000;
box-shadow: 0px 5px 10px #000;
}

.st_view .slide-arrows a
{
	background:url(http://AFI.com/AF/images/slider/arrows.png) no-repeat;
	width:20px;
	height:20px;
	top:447px;
	z-index:900;
}

.st_view .slide-arrows a.previous
{
	left:310px;
}


.st_view .slide-arrows a.next
{
	right:310px;
	background-position: -228px 0px;
}


.st_view .slide-buttons
{
	top:441px;
	width: 100%;
	left: 340px !important;
	text-align:center;
	padding:0 0 5px;
}

.advanced-slider .slide-buttons .left, .advanced-slider .slide-buttons .right, .advanced-slider .slide-buttons .middle {
    text-align:center;
	float:none;
}

/* 
 left, right and middle of the main container 
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.st_view .slide-buttons .left, .st_view .slide-buttons .right{}


.st_view .slide-buttons .left{}


.st_view .slide-buttons .middle{}


.st_view .slide-buttons .right{}


/* this contains the buttons */
.st_view .slide-buttons .buttons-inner{
	text-align:center;

}


/* this is a button */
.st_view .slide-buttons .buttons-inner a
{
	background:url(http://AFI.com/Images/slider/dots.png) no-repeat;
	background-position: -48px 0;
	cursor:pointer;
	width:25px;
	height:24px;
	margin:1px;
	text-align:center;
	
	
}


.st_view .slide-buttons .buttons-inner a.over
{
	opacity:0.6;
	filter:alpha(opacity=60);
}


.st_view .slide-buttons .buttons-inner a.select
{
	background-position: 0px 0;

}


/* this is used to style the numbers from within the buttons, when they are used */
.st_view .slide-buttons .buttons-inner a .number
{
	margin-top: 6px;
	font-size:12px;
	line-height:11px;
	color:#aaa;
	font-family: Helvetica Neue;
	font-weight:bold;

}


.st_view .slide-buttons .buttons-inner a.over .number
{
	font-size:12px;
	color:#aaa;
}


.st_view .slide-buttons .buttons-inner a.select .number
{
	font-size:12px;
	color:#FFF;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.st_view .slide-buttons .buttons-inner .thumbnail
{
	margin-bottom:10px;
}




/* FEST Slider */
/*.imageslide.festgallery{
	width:460px;
	padding:0;
}*/

/* NEW SIZE WORK */
.imageslide.festgallery{
	width:1024px;
	height:250px;
	padding:0;
}

.festgallery .pixel .navigation-arrows a
{
	background:url(../../afifest/images/festarrows.png) no-repeat;
	width:24px;
	height:36px;
	top:120px;
}

.festgallery .pixel .navigation-arrows a.previous
{
	left:5px;
}

.festgallery .pixel .navigation-arrows a.next
{
	right:10px;
	background-position: -25px 0px;
}

.festgallery .advanced-slider {
	height: auto !important;
}

.festgallery .pixel .caption {
	left:0 !important;
	bottom:0 !important;
	height: auto !important;
}

.festgallery .pixel .caption .wrapper{
	height: auto !important;
	position: relative;
}

.festgallery .pixel .caption a {
	color:#000;
}

.festgallery .caption .content{
	text-align:left;
	font-weight:normal;
	position: relative;
	padding: 5px 10px 3px;
	color:#000;
	font-size:13px;
	line-height:125%;
}

.festgallery .pixel .slideshow-controls {
	margin: -18px 0 0 -28px;
}

/* Historical Film Guides */

.festgallery.filmguides{
	width:640px;
	height:675px;
	margin:0 auto;
}

.filmguides .slide-wrapper{
	background:#fff;
}

.filmguides .pixel .navigation-arrows a
{
	top:50%;
	margin-top:-36px;
}

.filmguides .navigation-thumbnails .thumbnail.select, .filmguides .navigation-thumbnails .thumbnail.over
{
	opacity:0.5;
	filter:alpha(opacity=50);
	border:2px solid #fff;
}


/* LAA Slider */

#contentbox.laaGallery{
	width:760px;
	height:630px;
	background:#000;
	padding:0;
	margin:40px 0 0;
}

.laaGallery .pixel .slide-wrapper {
background-color: #000;
border: none;
}

.laaGallery .tvland{
	position:absolute;
	bottom:40px;
	left:20px;
	width:740px;
	font-size:11px;
	color:#fff;
}

.laaGallery .tnt{
	position:absolute;
	bottom:27px;
	left:20px;
	width:740px;
	font-size:11px;
	color:#fff;
}

.laaGallery .pixel .caption {
	width:760px !important;
	left:0 !important;
	bottom:0 !important;
	height: auto !important;
}

.laaGallery .pixel .caption .wrapper{
	width:760px !important;
	height: auto !important;
	position: relative;
}

.laaGallery .pixel .caption .content {
	margin: 0 0 0 0px;
	padding: 8px 15px;
	font-size:11px;
	line-height:auto;
	width:730px;
	font-weight:normal;
	position: relative;
	color:#fff;
}

.laaGallery .advanced-slider {
	height: auto !important;
}

#contentbox.laaGallery{
	border:none;
}

/* AFI Awards Showcase */

#contentbox.awards{
	width:760px;
	height:600px;
	background:#000;
	padding:0;
	margin:40px 0 20px;
}

.awards .pixel .slide-wrapper {
	background-color: #000;
	border: none;
}

.awards .pixel .caption {
	width:760px !important;
	left:0 !important;
	bottom:0 !important;
	height: auto !important;
}

.awards .pixel .caption .wrapper{
	width:760px !important;
	height: auto !important;
	position: relative;
}

.awards .pixel .caption .content {
	margin: 0 0 0 0px;
	padding: 8px 15px;
	font-size:11px;
	line-height:auto;
	width:730px;
	font-weight:normal;
	position: relative;
	color:#fff;
}

/* Discipline Showcase */

#contentbox.showcase{
	width:760px;
	height:550px;
	background:#000;
	padding:0;
	margin:40px 0 20px;
}

.showcase .pixel .slide-wrapper {
	background-color: #000;
	border: none;
}

.showcase .pixel .caption {
	width:760px !important;
	left:0 !important;
	bottom:0 !important;
	height: auto !important;
}

.showcase .pixel .caption .wrapper{
	width:760px !important;
	height: auto !important;
	position: relative;
}

.showcase .pixel .caption .content {
	margin: 0 0 0 0px;
	padding: 8px 15px;
	font-size:11px;
	line-height:auto;
	width:730px;
	font-weight:normal;
	position: relative;
	color:#fff;
}

/* Commencement */

#contentbox.commencement{
	height:575px;
}

#contentbox .pierson{
	height:580px;
	width:760px;	
	background:#000;
	padding:0;
	margin:40px 0 0;
}

#content.video{
	width:640px;
}

/* American Film Slider */

#AfSlider{
	font-family:Helvetica, sans-serif;
	margin:0 auto;
}

#AfSlider .slide-wrapper{
	background:transparent;
	border-bottom: 2px solid black;
}

#AfSlider .navigation-thumbnails .thumbnail.select {
	border-color: #fff;
}

#AfSlider .shadow {
	display:block;
	background:url(../../AF/images/slider/gallerytitle.png) no-repeat top center;
	z-index:3;
	height: 13px;
	margin-top: -23px;
}

#AfSlider .shadow div{
	background:none;
}

#AfSlider .slide {
	background-color:#fff;
}

#AfSlider .caption {
	height: auto !important;
}

#AfSlider .caption .wrapper{
	height: auto !important;
	position: relative;
}

#AfSlider .caption .content{
	text-align:left;
	width:300px;
	font-weight:normal;
	position: relative;
	color:#fff;
	padding:2px 5px;
	font-size:12px;
	text-transform:uppercase;
}

#AfSlider .navigation-thumbnails .caption .content{
	color:#fff;
	padding:3px;
	font-size:9px !important;
	padding:2px;
	width:120px;
	text-transform:uppercase;
}

#AfSlider .navigation-thumbnails .arrows a {
	background: url(images/af-arrows.png) no-repeat;
	width: 41px;
	height: 41px;
}

#AfSlider .navigation-thumbnails.horizontal .arrows a.next {
	right: 0px;
	background-position:-600px 0 !important;
}

#AfSlider .slideshow-controls {
margin: -32px 0 0 -18px;
}


/* The wall post items */

#page{
	height:298px;
	margin:0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.facebookWall h1{
	font-size:14px;
	margin:0;
}

.facebookWall ul{
	font-size:12px;
	padding:0;
	margin:0;
}

.facebookWall li{
	background: url('../img/divider.png') no-repeat center bottom;
	list-style: none;
	margin-bottom:0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

p.message{
	margin-top:5px;
}

.facebookWall p.meta{
	color: #BBBBBB;
	font-size: 10px;
	padding: 5px 0 0;
	margin-top:0;
}

/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:16px;
	font-weight:normal;
	margin-bottom: 5px;
}

/* The .status div container */

.facebookWall .status{
	width:206px;
}

/* Link share attachment */

.facebookWall .attachment{
	border-left: 1px solid #C4C4C4;
	font-size: 12px;
	margin-top: 14px;
	overflow: hidden;
	padding-left: 10px;
}

.facebookWall .attachment-data{
	display:table-cell;
	vertical-align:top;
}

.facebookWall img.picture{
	float:left;
	margin-right: 10px;
}


/* Posted date/time, number of likes and comments */




