/* CSS reset & init */

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}
th, b, h1, h2, h3, h4, h5, h6 {
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td, center {
	vertical-align: top;
	text-align: left;
}
q {
	quotes: "" "";
}
a img {
	border: none;
}
sub, sup {
	vertical-align: baseline;
}
ul, ol, dir, menu {
	margin:0;
	padding: 0;
	list-style: none;
	list-style: none;
}
.blind {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.clear {
	clear: both;
}
.invisible {
	display: none;
}
hr {
	display: none;
}
.bigger {
	font-size: 1.3em;
}
.smaller {
	font-size: 0.8em;
}
.requiredInput {
	color:#f1df4f !important;
}

a, a:visited {
	color:#3fbed5;	
}
a:hover, a:focus {
	color:#1c2b39;
}

/* Main Style */

body {
	font-family: Calibri, Arial, Tahoma;
	font-size: 1em;
	margin:0;
	padding:0;
	text-align: center;
	color:#7f7f7f;
	height: 100%;
	position: relative;
	background:#fff;
}

header {
	background: #203141 url('../images/bgTop.jpg') repeat-x center top;
	width: 100%;
	height: 92px;
	display: block;
}
header .fixWidth {
	Width: 960px;
	margin: 0 auto;
	position: relative;
}
header .fixWidth > a {
	position: absolute;
	left: 0px;
	top: 18px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}
header .fixWidth > a:hover, header .fixWidth > a:focus {
	-moz-transform: scale(1.05) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.05) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.05) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.05) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.05) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
	color:#fff;
}
nav {
	display: block;
	position: absolute;
	right: 10px;
}
nav ul {
	font-size: 1em;
	margin: 0;
	padding: 0px;
}
nav ul li {
	display: inline-block;
}
.ie7 nav ul li {
	display: block;
	float: left;
}
nav a, nav a:visited {
	color:#a3b6bc;
	text-decoration: none;
	font-size: 1.1em;
	display: inline-block;
	width: 110px;
	height: 58px;
	padding-top: 34px;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}
nav a:hover, nav a:focus {
	background: url('../images/navHover2.jpg') no-repeat 0px 0px;
	color:#fff;
}
nav a.active {
	background: url('../images/navActive2.jpg') no-repeat 0px 0px;
	color:#fff;
}
#collageWrap {
	margin: 0 auto;
	background:#387fa9 url('../images/bg-collageWrap.gif') repeat center center;
	height: 336px;
	display: block;
}
#collage {
	margin: 0 auto;
	background: url('../images/collageTop.jpg') no-repeat center top;
	height: 336px;
	display: block;
}
#collage .fixWidth {
	width: 960px;
	height: 336px;
	margin: 0 auto;
	position: relative;
}
#collageLeft {
	float: left;
	width: 500px;
}
#basicInfo {
	float: right;
	width: 400px;
	text-align: right;
	color:#fff;
	text-shadow: 0 1px 0 #333;
}
#basicInfo .InIn {
	position: relative;
	right: 50px;
	top:43px;
}
#basicInfo .welcome {
	font-size: 1.5em;
	padding: 0 15px 15px 0;
	font-weight: normal;
}
#basicInfo p {
	font-size: 1.05em;
	padding-bottom: 18px;
	padding-right: 15px;
}
#content, #services, #references, #error {
	margin: 20px auto 0px;
	text-align: left;
	width: 960px;
	clear: both;
	display: block;
}
#error {
	padding-right:300px;
	width: 660px;
	background: url('../images/bg-error.jpg') no-repeat right center;	
	
}

#content .box {
	font-size: 0.8em;
	color:#4d4d4d;
	width: 316px;
	display: inline-block;
	min-height: 296px;
	line-height: 1.8em;
	vertical-align: top;
}

.ie7 #content .box {
	display: block;
	float:left;
}

#content .box img {
	float: right;
	padding-left: 4px;
}
#content .boxBorder {
	background: url('../images/sliceBox.jpg') no-repeat left top;
}
#content .box h2 {
	font-size: 1.8em;
	font-weight: normal;
	color:#3fbed5;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 15px;
}
#content .box h2 span {
	font-style: normal;
	color:#14426c;
}
#content .boxIn {
	width: 260px;
	margin: 0 auto;
}
#content .boxIn p {
	margin-bottom: 10px;
}
#content .boxIn p strong {
	color:inherit;
}
#services .InIn, #references .InIn, #error .InIn {
	padding:0px 20px;
}
#services h1, #references h1, #error h1 {
	font-size: 2.3em;
	font-weight: bold;
	color:#3fbed5;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
#services h1 span, #references h1 span {
	font-style: normal;
	color:#14426c;
	font-weight: normal;
}
#references h2, #error h2 {
	color:#7a7a7a;
	font-weight:normal;
	font-size: 1.5em;
	clear: both;
}
#breadcrumb {
	line-height: 20px;
	display: block;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#breadcrumb a, #breadcrumb a:visited {
	color:#3fbed5;
}
#breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}
#bottomPage {
	width: 100%;
	text-align: left;
}
#bottomPage .fixWidth {
	width: 960px;
	margin: 0 auto;
}
#bottomContent {
	background:#203141;
	background:#203141 url('../images/bg-footer.gif') repeat-x left top;
	padding-top:40px;
}
#bottomContent .fixWidth {
	background:#203141 url('../images/footerBg.jpg') no-repeat right bottom;
	min-height: 300px;
	padding-top: 20px;
}
#contact {
	float: left;
	width: 570px;
	color:#fff;
}
#contact h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom:10px;
	margin-left: 0px;
}
#contact h3.snd {
	padding-top:25px;
}
#contact span {
	color:#3fbed5;
}
#contact a, #contact a:visited {
	color:#3fbed5;
	padding-bottom:1px;
	border-bottom:1px dotted #3fbed5;
}
#contact a:hover {
	color:#fff;
	padding-bottom:1px;
	border-bottom:1px dotted #fff;
}
#contact p {
	margin-left: 20px;
	line-height: 1.6em;
	background: url('../images/qr-code-tp.gif') no-repeat left 8px;
	padding-left:180px;
}
#contactMe {
	float: right;
	width: 350px;
	color:#fff;
}
#contactMe h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom:10px;
	margin-left: 10px;
}
#contactMe p {
	margin-left: 30px;
	width:330px;
}
#contact .InIn, #contactMe .InIn {
	margin: 5px;
}
#contactMe form {
	margin-left: 28px;
	margin-top: 5px;
}
#contactMe input.text {
	margin-top: 3px;
	width:298px;
	font-size:0.8em;
	height: 20px;
	line-height:20px;
	color:#66;
	border:1px solid #b3b3b3;
	padding:2px 4px;
	background:#fff url('../images/bg-input.gif') repeat-x center top;
}
#contactMe #questValue {
	width: 40px; 
	text-align:center; 
	margin-left: 10px; 
	margin-bottom: 10px;	
}
#contactMe textarea {
	background:#fff url('../images/bg-input.gif') repeat-x center top;
	border:1px solid #b3b3b3;
	width:296px;
	max-width:296px;
	min-width:296px;
	font-size:0.9em;
	color:#666;
	padding:3px 5px;
	font-family:Calibri;
}
#contactMe .formLine {
	margin-bottom:13px;
}
#contactMe label span {
	color:#3fbed5;
	font-weight: normal;
}
.borderHover {
	border: 1px solid #f2e151 !important;
}
#contactMe input.text:focus, #contactMe textarea:focus, #questValue:focus {
	border: 1px solid #3FBED5 !important;
	background:#fff url('../images/bg-inputFocus.gif') repeat-x center top !important;
}
#contactMe .sendBtn {
	width: 135px;
	padding: 2px 0px;
	float: right;
	height: 32px;
	margin-right:2px;
	^position:relative;
	^top: -40px;
}
footer > div {
	border-top: 2px solid #3f4e5c;
	background:#0b141d;
	clear: both;
	padding: 15px 10px 18px;
}
#footerLeft {
	display: inline-block;
	width: 470px;
	font-size: 0.8em;
	line-height: 22px;
}
#footerRight {
	display: inline-block;
	width: 470px;
	font-size: 0.9em;
	text-align: right;
}
#footerRight ul {
}
#footerRight ul li {
	display: inline;
}
#footerRight a, #footerBottomRight a:visited {
	color:#858f99;
	font-size:0.9em;
}
#footerRight a.active, #footerBottomRight a.active:visited {
	color:#fff;
}
#footerRight a:hover {
	text-decoration: underline;
}
a.logo, a.logo:visited {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/tp.png') no-repeat 0 0;
	position: relative;
	top: 7px;
	left: 5px;
}
a.logo:hover {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/tp.png') no-repeat -22px 0;
}
a.contactMe, a.contactMe:visited {
	display: block;
	padding:5px 10px;
	background: url('../images/gradient-gold.gif') repeat-x center center;
	font-size: 0.95em;
	text-align: center;
	color:#fff;
	float: right;
	margin-top: 5px;
	-webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;
}
a.contactMe:hover {
	background: url('../images/gradient-gold.gif') repeat-x center top;
}
#bookReferences {
	background: url('../images/bg-bookReferences.png') no-repeat center top;
	width: 500px;
	height: 312px;
	padding-left: 0px;
	position: relative;
	color:#fff;
}
#mycarousel {
	display:none;
}
a.up, a.up:visited {
	position: fixed;
	right: 0px;
	bottom: 17px;
	color:#fff;
	padding: 3px 10px;
	background:#0b141d;
	display:block;
	-webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;
	font-size: 0.8em;
}
a.up:hover, a.up:focus{
	color:#3fbed5;
	padding: 3px 15px 3px 10px;
}
/* Tag cloud */

	#tags ul {
	margin:1em 0;
	padding:.5em 10px;
	text-align:center;
}
#tags li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#tags li a {
	text-decoration:none;
	color:#7f7f7f;
	padding:0 15px;
}
#tags li a:hover {
	color:#3fbed5;
}
.tag0 {
	font-size:1.1em;
}
.tag1 {
	font-size:1.2em;
}
.tag2 {
	font-size:1.5em;
}
.tag3 {
	font-size:1.8em;
}
.tag4 {
	font-size:2em;
}
.tag5 {
	font-size:2.2em;
}
.tag6 {
	font-size:2.4em;
}
/* alternative layout */

	#tags .alt {
	text-align:left;
	padding:0;
	background:none;
}
#tags .alt li {
	padding:2px 5px;
	background:#efefef;
	display: block;
	margin-bottom: 5px;
}
#tags .alt .tag0 {
	width:30%;
	text-align:right;
}
#tags .alt .tag1 {
	width:50%;
	text-align:right;
}
#tags .alt .tag2 {
	width:60%;
	text-align:right;
}
#tags .alt .tag3 {
	width:70%;
	text-align:right;
}
#tags .alt .tag4 {
	width:80%;
	text-align:right;
}
#tags .alt .tag5 {
	width:90%;
	text-align:right;
}
#tags .alt .tag6 {
	width:100%;
	text-align:right;
}
.btn {
	display:inline-block;
	padding: 5px 10px;
	margin: 10px 25px 20px 0px;
	color:#3fbed5;
	color:#14426c;
	background:#3fbed5;
}
.btn:hover {
	color:#fff;
	background:#14426c;
}
/* // Tag cloud */

.success {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 5px 20px 10px 60px;
	margin: 20px auto 40px;
	text-align:left;
}
.success h2, .success h3 {
	padding-top: 5px !important;
	color:#55b10b;
	font-size: 1.2em;
	padding-bottom: 10px;
}
.success .close {
	position: absolute;
	top: -1px;
	right: -21px;
	width: 20px;
}
.success .close a, .success .close a:visited {
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	cursor:pointer;
	display:block;
	color:#333;
	background:#e5e5e5;
	padding:0px 0 3px;
}
.success .close a:hover, .success .close a:focus {
	background:#333;
	color:#fff;
}
.success.ok {background:url(../images/ico-success.png) no-repeat 14px 20px;}
.success.err {background:url(../images/ico-error.png) no-repeat 14px 20px;}


h3.red {
	color:#890909;
	font-size: 1.2em;
	padding-bottom: 10px;
}
p.legend {
	font-size: 0.8em;
	padding-bottom: 10px;
	text-align:center;
}
#references ul {
	padding-top: 20px;
	text-align: center;
}
#references li {
	display: inline-block;
	width: 288px;
	vertical-align: top;
	text-align: left;
	margin: 0px 8px;
	padding-bottom: 1.5em;
	
}
.ie7 #references li {
	display: block;
	float: left;
}

#references cite {font-size: 0.9em; font-style:normal;}
#references cite .grey {color:#b3b3b3;font-size: 0.9em;}
#references li a img {
	display: block;
	width: 288px;
	padding: 5px;
	border: 1px solid #ccc;
}#references li.last a img {
	border: none;
}
#references li a:hover img, #portfolio li a:focus img {
	border-color: #000;
}

/****** iPhone a Android CSS **********/
@media screen and (max-width: 1023px){
	body {	
	}
	header {
		height:200px;
		background-color: #0b141c;	
		text-align:center;
	}
	header .fixWidth {
		Width: 100%;
		margin: 0 auto;
		position: relative;
	}
	header .fixWidth > a {
		position: relative;
		top: 14px;
		height: 92px;
		display:block;  
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}    
	header .fixWidth > a:hover, header .fixWidth > a:focus {
		-moz-transform: none;
		-webkit-transform:  none;
		-o-transform:  none;
		-ms-transform:  none;
		transform:  none;
	}	
	nav {
		display: block;
		position: relative;
		top: 5px;
		margin:0 auto;
		right:0;    
		width: 100%;   
	}
	nav ul {
		font-size: 1.3em;
		margin: 0 auto;
		padding: 0px;
		width: 100%; 
	}
	nav ul li {
		display: inline-block;
		height:auto;
		width: 20%; 
		margin: 0 1%;      
		
	}
	nav a, nav a:visited {  
		padding: 30px 0;
		height:auto;
		width: 100%;
		background:url('../images/nav0.png') repeat-x center top;
	}
	nav a:hover {
		background: none;
		color:#f3e352;
	}
	nav a.active {
		font-weight: bold;
		background:#34424e url('../images/nav.gif') repeat-x center top;
		color:#fff;
	}
	
	#collage {
		margin: 0 auto;
		background: none;
		height: auto;
		display: block;
	}
	#collage .fixWidth {
		width: auto;
		margin: 0 auto;
		position: relative;
	} 
	#collageLeft, #bookReferences, .jcarousel-skin-tango, .jcarousel-container, .jcarousel-clip, ul.jcarousel-list, ul.jcarousel-list li, ul.jcarousel-list li img, .jcarousel-next  {
		display:none;
		visibility:hidden;
	}
	#basicInfo {
		float: none;
		width: 100%;
		text-align: center;
		color:#fff;
		text-shadow: 0 1px 0 #333;
		background: url('../images/bg-strip-iPhone.gif') repeat-x center top;
	}
	#basicInfo .InIn {
		position: relative;
		right:auto;
		top:20px;
	}
	#basicInfo .welcome {
		font-size: 38px;
		padding: 0 15px 15px 0;
		font-weight: normal;
	}
	#basicInfo p {
		font-size: 1.15em;
		padding-bottom: 18px;
		padding-right: 15px;
	}

	a.contactMe, a.contactMe:visited, a.contactMe:hover, a.contactMe:focus {
		display:inline;
		text-align: center;
		color:#fff;
		float: none;
		padding:10px 20px;
		font-size: 1.4em;
	}
	#content, #services, #references, #error { 
		clear: both;
		display: block;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: left;
		width: 100%;
 	}
	#error {	
		padding-right:0;
	}
	#error h1, #error p, #error #breadcrumb {
		padding-right:300px;	
	}
	
	
	#content {
		margin: 50px auto 0px;	
		text-align:center;
	}
	
	#content .box {
		font-size: 0.8em;
		color:#4d4d4d;
		display: inline-block;
		line-height: 1.8em;
		vertical-align: top;
		margin: 0 auto 50px;
		width:30%;
		min-height: inherit;
		text-align:left;
	}
	#content .boxIn {
		margin: 0 20px;
		width: auto;
	}
	#content .boxIn p {
		margin-bottom: 10px;
	}
	#content .box h1, #content .box h2, #content .box h3 {
		text-align:center;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;	
	}
	
	#bottomPage .fixWidth {
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	#bottomContent {
	}
	#bottomContent .fixWidth {
		background:#203141 url('../images/footerBg.jpg') no-repeat right bottom;
		min-height: 185px;
		padding-top: 20px;
	}
	#contact {
		float: left;
		width: 49%;
		padding-left:5%;
		text-align: right;
	}
	#contact h3 {
		font-size: 1.2em;
		font-weight: normal;
		padding-bottom:30px;
		margin-left: 0px;
	}
	#contact h3.snd {
		padding-top:25px;
	}
	#contact span {
		color:#3fbed5;
	}
	#contact a, #contact a:visited {color:#3fbed5;}
	#contact a:hover {text-decoration:underline;}
	#contact p {
		margin-left: 0px;
		width:auto;
		line-height: 1.8em;
	}
	#contactMe {
		float: right;
		width: 40%;
		text-align:left;
	}
	#contactMe h3 {
		margin-left:0;
		padding-bottom:30px;
	}
	#contactMe p {
		width:auto;
		margin: 10px 0px;	
	}
	
	#contactMe textarea, #contactMe input.text {
		width: 90%;
		padding:10px;
		font-size:1.2em;
		font-family: Calibri, Arial, Tahoma;
	}
	#contactMe textarea {
		min-width:90%;
		max-width:90%;
		width:90%;	
	}
	footerLeft {
		width: 100%;
		display:block;
		text-align:center;	
	}
	#footerRight {
		display:none;
	}
	.up {
		display:none !important;	
	}
	#contactMe form {
		margin-left:0px;	
	}
	#contactMe .sendBtn {
		width: 30%;
		height: 44px;
		float:right;
		margin-right:4%;
		font-size:1.2em;
	}
	#breadcrumb {
		text-align:center;	
	}
	#services h1, #references h1, #error h1 {
		text-align:center;
		font-size: 4em;
		margin:0;
		padding:0;
	}
	#references h2 {
		text-align:center;
		font-size: 2.5em;
		margin:0;
		padding:0;
	}
}

@media screen and (max-device-width: 480px) {
	header {
		height:360px;
		background-color: #0b141c;	
	}
	#services h1, #references h1 {
		font-size: 7em;
	}
	nav {
		display: block;
		position: relative;
		top: 10px;
		margin:0 auto;
	}
	nav ul {
		font-size: 2em;
		margin: 0;
		padding: 0px;
	}
	nav a, nav a:visited {
		padding: 90px 0;
		height:auto;
		width: 210px;
		background:url('../images/nav0-iPhone.png') repeat center top;
	}
	nav a:hover, nav a:focus, nav a.active {
		color:#fff;
		background-image: linear-gradient(bottom, rgb(52,66,78) 4%, rgb(94,111,128) 68%);
		background-image: -o-linear-gradient(bottom, rgb(52,66,78) 4%, rgb(94,111,128) 68%);
		background-image: -moz-linear-gradient(bottom, rgb(52,66,78) 4%, rgb(94,111,128) 68%);
		background-image: -webkit-linear-gradient(bottom, rgb(52,66,78) 4%, rgb(94,111,128) 68%);
		background-image: -ms-linear-gradient(bottom, rgb(52,66,78) 4%, rgb(94,111,128) 68%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.04, rgb(52,66,78)),
			color-stop(0.68, rgb(94,111,128))
		);
	}
	a.contactMe, a.contactMe:visited, a.contactMe:hover, a.contactMe:focus {
		display: block;
		width: 400px;
		background: url('../images/coWork-iPhone.gif') repeat-x center top;
		font-size: 2em;
		text-align: center;
		color:#fff;
		float: none;
		margin: auto;
		padding-top:15px;
		height:60px;
	}
	#references li {
	}
	#basicInfo {
		background: #3dbad4 url('../images/bg-strip-iPhone.gif') repeat-x center top;
	}
	#basicInfo .welcome {
		font-size:3.5em;	
	}
	#basicInfo p {
		font-size:1.7em;
	}
	#content .box {
		display:block;
		background:none;
		width:90%;	
		text-align:center;
	}
	#content .box h2 {
		font-size: 6em;
		padding-bottom:0.5em;
		padding-top:0.5em;	
	}
	#content .boxIn p {
		font-size:1.7em;
		line-height:1.5em;
	}
	#content .box img {
		padding-left:2em;
		position:relative;
		top: -75px;
			
	}
	#contact, #contactMe {
		float: none;
		width:90%;
		margin:0 auto;
		text-align:center;
		padding:0;
	}
	#contact h3, #contactMe h3{
		font-size:2.5em;
	}
	#contactMe {
		margin-top:4em;	
	}
	#contactMe textarea, #contactMe input.text {	
		width: 98% !important;
		min-width: 98% !important;
		max-width: 98% !important;
		padding:25px 1%;
		font-size:2.2em;
		font-family: Calibri, Arial, Tahoma;
		display:block;
		margin:0 !important;
	}
	#contactMe textarea {		
		width: 98%;
		min-width: 98%;
		max-width: 98%;
	}
	
	#contactMe .sendBtn {
		width: 100%;
		float:none;
		clear:both;
		display:block;
		font-size:2em;
		margin:1em 0 0;
		height: 100px;
	}
	#contactMe label span {
		font-size: 1.7em;	
	}
	#contactMe fieldset {
		margin-bottom:1em;	
	}
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 500px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	position:absolute;
	top: 51px;
	left: 101px;
	^left: 4px;
	width:  307px;
	height: 192px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 307px;
	height: 192px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	display:block;
	position: absolute;
	top: 130px;
	right: 15px;
	width: 46px;
	height: 48px;
	cursor: pointer;
	background: transparent url('../images/r.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position:  0px -46px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: 0px -92px;
}

.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: 0px -1000px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	display:block;
	position: absolute;
	top: 130px;
	left: 20px;
	width: 46px;
	height: 48px;
	cursor: pointer;
	background: transparent url('../images/l.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: 0px -46px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: 0px -92px;
}

.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: 0px -1000px;
}

a[href="javascript:void(0);"] {
	cursor:default;	
}
