/* GEEK JQUERY CAROUSEL */
.carousel	{width:320px;height:220px;margin:0 auto 10px;position:relative;border:1px solid #bbb; padding-top: 0px; padding-left: 0px; overflow: hidden;}
.carousel  h4 { bottom: 0; left: 0; z-index: 99; text-align: left; position: absolute; background:url(http://www.geek.com/wp-content/themes/geek6/images/redesign/transparent.png);margin:0;padding: 0; font-size: 12px; line-height:1.2; font: Arial, Helvetica, sans-serif; color: #092B89;  clear:both;}
.carousel ul { background:url(http://www.geek.com/wp-content/themes/geek6/images/redesign/transparent.png);margin:0;padding: 0; line-height:1.25; font: Arial, Helvetica, sans-serif; color: #092B89;  clear:both;}
.carousel a           { color: #FFFFFF; text-decoration: none; outline: none;}
.carousel a:hover     { color: #fff;text-decoration: underline; }
.carousel a.icon:hover     { color: #fff;background: #fff; text-decoration: none; }
* html .carousel { padding:0; width: 320px; height: 220px; margin:0;}
.carousel ul 	{overflow:hidden;margin:0;padding:0;position:relative;width:320px !important;}
.carousel li 	{width:320px;height:220px;list-style:none;color:white;text-align:center; margin-bottom: 4px;}
.carousel img	{border:0;margin:0;border:0;}
.carousel a		{outline:0;}
.carousel a:focus img	{outline:3px dotted #F00;}
.carousel h4 {font-size:18px;padding:5px 10px; width: 300px; display: block;}
	* html .carousel h4 { left: 0px; padding-bottom: 6px; padding-top: 0px;}
#subcontent .carousel h4 a {text-decoration: none; color: white; padding: 5px 9px; line-height: 1.1em; display: block;}
.carousel a.previous{position:absolute;top:0;left:0px;display:block;height:0 !important;height /**/:110px;width:30px;background: url(images/prev.png) no-repeat -75px 40% #fff;color:#fff;z-index: 99; padding: 30px 10px 10px 0; overflow: hidden;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
	* html .carousel a.previous {background-image: url(images/prev.gif);}
.carousel a.next{position:absolute;top:0;right: 0;display:block;height:0 !important;height /**/:110px;width:30px;background: url(images/next.png) no-repeat -25px 40% #fff;color:#fff; z-index: 99; padding: 30px 10px 10px 0; border-left:1px solid #ccc;border-bottom:1px solid #ccc;overflow: hidden;}
	* html .carousel a.next {background-image: url(images/next.gif);}
.disabled		{visibility:hidden;}
