

/* =====================================
			   TEXT HOLDER
   ===================================== */

.container {  width:650px; height:290px; overflow:hidden; position:relative; cursor:pointer; 	}  
.slides { position:absolute; top:0; left:0; }  
.slides li { position:absolute; top:0; width:654px; display:none; }  

#loopedSlider{ 
	display: block;	
	width: 650px;
	height: 290px;
	position:relative; 
	clear:both; 
	background: url(../../../images/slider-trans.png) no-repeat;
	z-index: 0;
	margin: auto;}  

#overlay { 
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../images/slider/border-trans.png) no-repeat;
	width: 650px;
	height: 290px;
	z-index: 500;}

.previous { 
	background: url(../../../images/slider/left-trans.png) no-repeat; 
	position: absolute; 
	top: 120px; 
	left: -10px;
	width: 46px; 
	height: 46px; 
	text-indent: -9998px; 
	z-index: 10000;}

.next { 
	background: url(../../../images/slider/right-trans.png) no-repeat; 
	position: absolute; 
	top: 120px; 
	right: -13px; 
	width: 46px; 
	height: 46px; 
	text-indent: -9998px; 
	z-index: 1000;
}

ul.pagination { 
	position: absolute; 
	top: 270px; right: 120px;	
	list-style:none; 
	padding:0; 
	margin:0;
	z-index: 1000;
}  
ul.pagination li  { float:left; }  
ul.pagination li a { display: block; text-indent: -9998px; background: url(../../../images/slider/off-trans.png) no-repeat; padding:2px 4px; width: 16px; height: 16px; }  
ul.pagination li.active a { background: url(../../../images/slider/on-trans.png) no-repeat; color: #fff; }

.postmetadata a { float: left; margin: 0 2px 0 0; font-weight: bold;padding: 0 10px ; background: #5bcdd6; color: #fff;}

.postmetadata a:hover {
	background: #c86199;}

#playgroundLeft {
	float: left;
	width: 650px;}

#playgroundLeft p {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0 0;}

#playgroundLeft img {
	float: left;}

#playgroundRight {
	float: right;
	width: 250px;
	margin: 65px 0 0 0;}


