.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	/*width: 680px;*/
	width:588px;
	height:140px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
	/*width:416px;*/
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 4px 0px 4px;
	padding:0px;
	width:188px;
	height:139px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('http://images.fastcompany.com/100-most-creative-people/2010/gallery_left_button.gif') no-repeat;
	display:block;
	width:13px;
	height:30px;
	float:left;
	margin:55px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ 
	background:url('http://images.fastcompany.com/100-most-creative-people/2010/gallery_right_button.gif') no-repeat;
	clear:right; 
	margin-right: 0px;
}
/*a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } */


/* left */
a.left				{ margin-left: 5px; } 
/*a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }*/

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/*Over Lay*/

#readmorelink {
top:20px !important;
left:100px !important;
}

.simple_overlay  {
-moz-box-shadow:0 0 90px 5px #000000;
background-color:#333333;
border:1px solid #666666;
display:none;
min-height:200px;
z-index:10000;

}


.simple_overlay .close {
background-image:url("http://flowplayer.org/tools/img/overlay/close.png");
cursor:pointer;
height:35px;
position:absolute;
right:-15px;
top:-15px;
width:35px;
}

.popups-box {
background:none repeat scroll 0 0 white;
border:1px solid black;
overflow:auto;
position:absolute;
width:600px;
z-index:9999;
display:none;
padding: 0 14px 15px;
}

.popups-close {

float:right;

}

.popups-close a {
color:gray;
font-weight:normal;
padding-right:20px;
text-decoration:none;
text-transform:uppercase;
}

.popups-title {
font-family:arial;
font-size:2.4em;
font-weight:bold;
padding-top:14px;
text-transform:uppercase;
}

.position-rank {
font-family:arial;
font-size:2.4em;
font-weight:bold;
padding-top:14px;
text-transform:uppercase;
color:yellow;
background-color:#000;
}

.details {
color:#FFFFFF;
font-size:11px;
position:absolute;
right:15px;
top:15px;
width:150px;
}
.details h3 {
color:#AABBAA;
font-size:15px;
margin:0 0 -10px;
}

/*scroll*/

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	
    margin:0 auto;	
	height: 415px;	 
	width: 261px;
}

/* root element for scrollable items */
.vertical .items {	
	position:absolute;
	*position:relative;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.vertical .item {
	border-bottom:1px solid #ddd;
	margin:0px;
	padding:10px 0px;
	font-size:10px;
	width: 255px;
	font-family:Arial,Verdana;
	color:#333333;
	text-align:left;
}

.vertical .item .tweet_text{
	font-family:Arial,Verdana;
	font-size:12px;
}

.vertical .item .tweet_time{
	display:block;
	color:#666666;
}

.vertical .item .tweet_time a{
	color:#666666;
}

.vertical .item a{
	color:#000000;
	text-decoration:none;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	/*height: 50px;*/
margin: 0px auto 10px;
overflow: hidden;
padding-top: 30px;
width: 261px;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#007192;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

/*youtube holder*/
.yt_holder {
    background: #ffffff;
	width:275px;
}


#video_box {
width:275px;
}
.yt_holder ul {
    margin: 0;
   	padding: 12px 5px 0 13px;
   	overflow: hidden;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    background: #ffffff;
    float: left;
    margin-bottom: 0px;
	padding:2px;

}

.yt_holder ul li img {
    width: 92px;
	height:56px;
    float: left;
    margin-right: 8px;
    border: 1px solid #999;
	padding:2px;
}

.yt_holder ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.yt_holder .currentvideo {
	background: #ffffff;
}

.yt_holder .txt{
	font-family:Arial,Verdana;
	font-size:11px;
	color:#555555;
}

.yt_holder .txt a{
	font-size:12px;
}

