
.jcarousel-list {
	background: none !important;
	border-radius:0px !important;
	width: auto;
}
.jcarousel-list ul {
}
.clear {
	clear:both;
}
.jcarousel-control {
	margin-bottom: 10px;
	text-align: center;
}
.jcarousel-control a {
	font-size: 75%;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 0 5px 0;
	border: 1px solid #fff;
	color: #eee;
	background-color: #4088b8;
	font-weight: bold;
}
.jcarousel-control a:focus, .jcarousel-control a:active {
	outline: none;
}
.jcarousel-scroll {
	height: 25px;
	position: relative;
	text-align: right;
	top:40px;
	z-index: 999;
}
.jcarousel-scroll form {
	margin: 0;
	padding: 0;
}
.jcarousel-scroll select {
	font-size: 75%;
}
#mycarousel-next {
background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    font-size: 11px;
    height: 44px;
    margin-right: -25px;
    text-decoration: underline;
    width: 0;
}
#mycarousel-next:hover {
	background-image: url(../images/arrow-right-over.png);
	background-repeat: no-repeat;
}
#mycarousel-prev {
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	font-size: 11px;
	height: 44px;
	margin-left: -25px;
	text-decoration: underline;
	width: 22px;
}
#mycarousel-prev:hover {
	background-image: url(../images/arrow-left-over.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-tango {
	background-image: url(../images/slider-bg.png);
	background-repeat: no-repeat;	/* background: url("../images/bgBody.jpg") repeat scroll 0 0 transparent;*/
	/*	 background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DCDCDC)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#DCDCDC');
	background: -moz-linear-gradient(top,  #FEFEFE,  #DCDCDC); 
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;*/
	height: 362px;
	width: 240px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top:20px;
}
.jcarousel-skin-tango h1 {
	color: #5a5959;
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9b9b9b;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.jcarousel-skin-tango .jcarousel-container {
/* -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #F0F6F9;
 border: 1px solid #346F97;*/
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	/*width: 300px;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  250px;/*height: 75px;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DCDCDC)); 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#DCDCDC');
background: -moz-linear-gradient(top,  #FEFEFE,  #DCDCDC); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;*/
padding: 0;
top:-35px;
height:250px;
overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-item {
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	/*height: 75px;*/
    margin-bottom: 1px;
	margin-left: 0;
	width: 250px;
	background:none !important;
	float:left;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fffbfa), to(#fffbfa)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfa', endColorstr='#fffbfa');
	background: -moz-linear-gradient(top,  #fffbfa,  #fffbfa); */
}
.jcarousel-skin-tango .jcarousel-item-horizontal ul {
	margin:0px;
	padding:0px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal li {
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper {
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
 background-color::transparent !important;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkDeve {
	float: left;
	padding-bottom: 5px;
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkDeve .img {
	float: left;
	height: 68px;
	width: 93px;
	/*background-image: url(../images/icon-bg.png);
	background-repeat: no-repeat;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	padding-right: 1px;
	padding-left: 1px;
	background-color:#ffffff;
	border:1px solid #e3e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkDeve .imgWrapper .projectName {
	color: #A3290A;
	float: left;
	font-family: "Myriad Pro";
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	width: 100%;
	}*/
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkDeve .noImg {
	background-image: url(../images/no_image.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkDeve h2 {
	color: #A3290A;
	float: left;
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 15px 15px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology ul {
	margin: 0px;
	width: 90%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	/*background-image: url(../images/icon-bg.jpg);
	background-repeat: repeat-y;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dad5aa), to(#dad5aa)) !important; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad5aa', endColorstr='#dad5aa') !important;
	background: -moz-linear-gradient(top,  #dad5aa,  #dad5aa) !important;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	background-image: url(../images/technology-line.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height:31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li.windows {
	background-image: url(../images/icon-windows.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li.android {
	background-image: url(../images/icon-android.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li.apple {
	background-image: url(../images/icon-apple.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li.blackberry {
	background-image: url(../images/icon-blackberry.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .technology li.html5 {
	background-image: url(../images/icon-html5.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal .ourWorkWrapper .ourWorkContent {
	float: left;
	width: 100%;
	line-height: 20px;
	color: #5a5959;
	font-family: "Myriad Pro";
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 43px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(prev-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	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:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(next-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	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:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}