* {
	margin: 0;
	padding: 0;
	font: normal 12px arial, helvetica, sans-serif;
}

body {
	background: #FFF;
}

img {
	border: none;
	vertical-align: bottom;
}

#globalContainer {
	border: 10px solid #d9e3f0;
	padding: 10px;
}

#closeMicrosite {
	position: absolute;
	right: 20px;
	top: 20px;
}

h1 {
	color: #003399;
	font-weight: bold;
	background: #d9e3f0;
	padding: 1px 4px;
	margin-bottom: 10px;
}

#contentContainer {
	background: url(../images/bg_microsite.gif);
	height: 498px;
	padding: 16px;
	padding-bottom: 0;
}

#mainContent {
	float: left;
}

#sideContent {
	float: right;
}

#mycarousel li p.deviceText {
	width: 140px; 
	float: left;
	margin-top: 10px;
}

#mycarousel li p.deviceImage {
	float: right;
}

iframe {
	width: 236px;
	height: 394px;
	border: none;
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 1px;
}


#tooltip_note {
	position: absolute;
	top: 100px;
	left: 360px;
	z-index: 9999;
	cursor: pointer;
}