

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{ width: 960px; margin;0; padding:0;
								 }

#slider							{/* background: white url(../images/slider-bg.jpg);*/ height: 227px; overflow: hidden;
								  position: relative; margin-left:20px; margin-top:10px;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 0px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color:#2D9CD6; }
.slide p						{ color: #333; font-size: 13px; line-height: 20px; width: 350px; }
.slide img						{ position: absolute; left: 450px; width:400px; height:220px;}
#slider-stopper					{ position: absolute; top: 2px; right: 20px; color:#333;
								  padding: 3px 8px; font-size: 15px;font-weight:bold;text-transform: uppercase; z-index: 1000; }
								  
								  
 
 /*==================================mid slider css start====================================*/
 
 /**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container 
{
    /*background: #fff;*/
    color:#666;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 275px;
    padding: 0px 55px 10px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 210px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  280px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #666;
}

/***Horizontal Buttons*/

.jcarousel-skin-tango .jcarousel-next-horizontal 
{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active 
{
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/***Vertical Buttons*/
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* jcarousel-skin-di */

.jcarousel-skin-di{
	width:200px;
	height:200px;
	margin-top:12px;
	visibility:hidden;
}

#bhavins-blogposts .jcarousel-skin-di ul, #bhavins-blogposts .jcarousel-skin-di li, #bhavins-blogposts .jcarousel-skin-di img{
	margin:0;
	padding:0 !important;
}

.jcarousel-skin-di li{
	background:none !important;
}

.jcarousel-skin-di .jcarousel-container {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}

.jcarousel-skin-di .jcarousel-container-horizontal {
    width: 121px;
    padding: 0px 39px 10px;
}

.jcarousel-skin-di .jcarousel-clip-horizontal {
    width:  117px;
    height: 200px;
}

.jcarousel-skin-di .jcarousel-item {
    width: 112px;
    height: 210px;
}

.jcarousel-skin-di .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-di .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-di .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/slide-next.png) no-repeat 0 0;
}

.jcarousel-skin-di .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-di .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-di .jcarousel-next-disabled-horizontal,
.jcarousel-skin-di .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-di .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-di .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/slide-prev.png) no-repeat 0 0;
}

.jcarousel-skin-di .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-di .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-di .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-di .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-di .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-di a{
	font-size:9px;
	color:#666;
	text-align:left;
}

.jcarousel-skin-di a.postTiltle{
	display:block;
}

/*=================================================Portfolio jq css start here===============================================*/



#featured{ 
	width:1000px; 
	/*padding-right:250px;*/ 
	position:relative; 
	border:2px solid #ccc; 
	height:440px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:600px;
	height:430px;
    overflow-x:hidden;
	list-style:none; 
	padding:0; margin:0; 
	width:400px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
    height:60px;
    width:70px;
    margin-top:5px;
    margin-right:12px;
	/*width:60px;*/
	float:left; /*margin:2px 5px;*/ 
	background:#fff; 
	/*padding:2px; 
	border:1px solid #eee;*/
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:70px; 
	color:#333; 
	background-image:url(../images/nav_a.gif); 
	/*line-height:20px;*/
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#fff; 
}
#featured li.ui-tabs-selected{ 
	background:url(../images/selected-item.gif) top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#fff;
	border:#999 solid 1px
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:310px; left:0;
	width:600px;
	height:90px; 
	background: url(../images/transparent-bg.png); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/*=================================================Portfolio jq css end here===============================================*/

/*=================================================careers style start here==============================================*/


.featured                               { background: #fff; border: 1px solid #fff; margin-top: -50px; }
.featured .nav                          { float: right; display: block; width: 200px; margin: 0 25px 0 0; text-align: right; }
.featured .cont                         { background: transparent url(../images/featured.jpg) no-repeat 0 0; height:102px; margin:10px 0 20px; padding:33px 20px 20px 25px; width:319px; float: left; position: absolute; }
        { color: #4f4f4f; font-size: 12px; font-weight: bold; }

.featured_posts                         { overflow: hidden; width: 366px; height: 194px; position: relative;} /*overflow: hidden;*/
.canvas                                 { width: 2000px; left: 0; position: absolute; }

.featured .cont .tweetlist              { border-bottom: none; width: 310px; }
.featured .cont .tweetlist .txt a.exec  { color: #3C5A40; }
.featured .cont .tweetlist a.img        { margin: 0 0 0 0; }
.featured .cont .tweetlist .info        { width: 245px; }
.featured .cont .tweetlist .txt         { color: #4f4f4f; font-size: 12px; font-weight: bold; }

/************ Paging ****************************************/

.navigation					            { margin:0; }
.navigation .previous a		            { background: transparent url(../images/arrow_left.gif) no-repeat right; padding:0 20px 0 0; }
.navigation .next a			            { background: transparent url(../images/arrow_right.gif) no-repeat left; padding:0 0 0 20px; font-weight: bold; }

.pagination a				            { float:left; }
.pagination					            { float:right; font-size:12px; }

.tweetlist,
.comment_wrapper						{ position: relative; border-bottom: 1px dashed #d2d2d1; margin:0 0 10px 0; overflow: hidden; padding-bottom: 10px; }

.tweetlist .collout                     { z-index: 2000; }
.tweetlist .img:hover .callout          { top: 0px; left: 28px; }
.clear 						            { clear: both; display: inline-block; height: 0; font-size: 0px; padding: 0 0 0 0; }

.navigation	 div, span, img 
{
margin:0;
padding:0;
}
.navigation	 ul
{
margin:0;
padding:0;
}




/************ newcss ****************************************/

.tabber {
background-image:url(../images/tab20x34.png);
height:34px;
width:1000px;
}


.list {
background-color:Fuchsia;
border-bottom:1px solid #CCCCCC;
height:120px;
width:1000px;
}

.first {
background-image:url(../images/listimage1.png);
margin-top:10px;
}


.title {
color:#CC6600;
margin:5px 0;
}

.image img {
border:1px solid #CCCCCC;
float:left;
margin-top:5px;
margin-left:10px;
}

.content {
background-color:transparent;
float:left;
height:80px;
margin:10px;
width:850px;
}