@charset "utf-8";
/* CSS Document */

	
/**************************
SLIDESHOW
**************************/
#slideshow {
	width: 980px;
	background-color: #eee;
	border: 1px solid #ddd;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;display: 
	block;height: 0;
	visibility: hidden;
} 
/**************************
SLIDESHOW > SLIDES
**************************/
#slideshow .slides {
	overflow: hidden;
}
#slideshow .slides ul {
	/* total width of all slides -980px multiplied by 3 in this case */
	width: 2940px;
}
#slideshow .slides li {
	width: 980px;
	float: left;
/*	padding: 20px;*/
}
#slideshow .slides h2 {
	margin-top: 0;
}
/**************************
SLIDESHOW > NAVIGATION
**************************/
#slideshow .slides-nav {
	background-color: #ddd;
	border-top: 2px solid #ccc;
}
#slideshow .slides-nav li {
	float: left;
}
#slideshow .slides-nav li a {
	display: block;
	padding: 15px 20px;
	outline: none;
} 
.section#feature {
display: block;
background-color: #00618d;
background-image: url(../images/slideshow_tile.png);
background-repeat: repeat-y;
background-position: 0 0;
}
.section#feature a {
	text-decoration: none;
	cursor: pointer;
}
	

.section#feature #section1 {
	background-image: url(../images/slides/slide_mobileApps_xsm.png);
	background-repeat: no-repeat;
	background-position: 87% 45%;
}
.section#feature #section2 {
	background-image: url(../images/slides/slide_softAgent_xsm.png);
	background-repeat: no-repeat;
	background-position: 95% 49%;
}
.section#feature #section3 {
	background-image: url(../images/slides/slide_proShow_xsm.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
.section#feature #section4 {
	background-image: url(../images/slides/slide_synergy_xsm.png);
	background-repeat: no-repeat;
	background-position: 85% 100%;
}
.section#feature #sectionHIMSS {
	background-image: url(../images/slides/logo_himss2010.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
}
.content {
width: 980px;
/*margin: 0 auto;*/
}
/* glider */

#my-glider {
position: relative;
}

#my-glider div.scroller { 
/* modify width and height of scrolling section if necessary  */    
width: 980px; 
height: 250px;
overflow: hidden;
}
#my-glider div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)  */    
width:980px;
height:250px;
overflow:hidden;
float:left;
}
#my-glider div.scroller div.content {
xwidth: 10000px;
}

#my-glider .controls {
	left: 12px;
	z-index: 10;
	position: absolute;
	top: 15px;
}


#my-glider .controls a {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 0 0 6px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../images/slideshow_control.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

#my-glider .controls a:hover {
background: url(../images/slideshow_control.png) 0 -15px no-repeat;  
}

#my-glider .controls a.activeSlide {
background: url(../images/slideshow_control.png) 0 0 no-repeat;  	
}		