
/* container for slides */
.images {
	height:354px;
	width:469px;
	float:left;
	position: relative;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #EFF2F7;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:354px;
}


/* tabs (those little circles below slides) */
.slidetabs {
	display: inline;
	
}

/* single tab */
.slidetabs a {
	margin-top: 9px;
	margin-bottom: 9px;
	width:9px;
	height:9px;
	margin:3px;
	float: left;
	display: block;
	font-size:1px;
	background-image: url(light-dot.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* mouseover state */
.slidetabs a:hover {
}

/* active state (current page state) */
.slidetabs a.current {
	background-image: url(dark-dot.gif);
} 	





/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#juitterContainer{
	width:207px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	overflow: hidden;
}

#juitterContainer ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#juitterContainer ul  li {
	padding-left:0px;
	list-style-type: none;
}

.twittLI {
display:list-item !important;
margin:0px 0px 0px 0px;
}
.ttime {
	font-size: 9px;
	color: #999999;
}
.tlink {
	font-size: 9px;
	text-decoration: none;
}

.twittList  li.twittLI {
opacity:1 !important;
width:180px !important;
height:100% !important;
}
