/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
.hide { 
	display: none; 
} 
 
/* change the ID to match your slider */
#autoPromoList {
	width: 661px;
	height: 323px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

#autoPromoSmallList {
	width: 270px;
	height: 152px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

#pubFlash .anythingWindow{
	border: 1px;
	border-color:#000000;
	border-style:solid;	
}

#rssMonacoMatin {
	width: 388px;
	height: 218px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
	}

#autoPromoMediumList {
	width: 661px;
	height: 161px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

#autoPromoList a, #autoPromoList a:hover, 
#rssMonacoMatin a, #rssMonacoMatin a:hover, 
#autoPromoSmallList a, #autoPromoSmallList a:hover,
#autoPromoMediumList a, #autoPromoMediumList a:hover {
	border:0px;
	text-decoration:none;
}

/* Opera width restriction */
.anythingBase { max-width: 32766px; }

/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background: #FFF;
	color: #000;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
	background-color: #E80000;
}
/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #000;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0px;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 0px;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; text-indent: -9999px; }


/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

#rssMonacoMatin img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left:auto;
  margin-right:auto;
 }
 /* position the panels so the captions appear correctly */
 #rssMonacoMatin .panel { position: relative; }
 /* captions */
 #rssMonacoMatin .caption-bottom {
  background: #000;
  color: #fff;
  padding: 15px 25px 18px;
  margin: 0;
  position: relative;
  z-index: 100;
  opacity: .8;
  filter: alpha(opacity=80);
 }
 /* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
 #rssMonacoMatin .caption-bottom {
  left: 0;
  bottom: 0;
  width: 340px;
  height: 195px;
  text-align:justify;
  font-weight:300;
  font-size:11px;
 }
 /* Caption close button */
 
 .caption-bottom .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
 }
 
 #rssMonacoMatin .summary {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
  position: relative;
  z-index: 90;
  opacity: .7;
  filter: alpha(opacity=70);
  left: 0;
  bottom: 0;
  width: 370px;
  height: 50px;
  text-align:left;
  font-weight:300;
  font-size:12px;
 }
 
 #rssMonacoMatin .summaryDate {
 	bottom: 0; 
 	right: 5px;
 	position: absolute;
 	color:#FFF;"
 }
 #rssMonacoMatin li{
 	background-color: #000;
 }
 