.banner {
    border-radius: 0px;
}

.banner .slide {
    position: absolute;
    width: 932px;
    height: 328px;
    display: none;
}

.banner .slide.show {
    display: block;
}

.banner a.control {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -16px;
    width: 33px;
    height: 35px;
    cursor: pointer;
}

.banner a.control.prev {
    background-image: url(/images/banner_nav_prev.png);
    left: 0;
}

.banner a.control.next {
    background-image: url(/images/banner_nav_next.png);
    right: 0;
}

.banner .dots {
    position: absolute;
    margin-bottom:-8px;
    left: 50%;
}
.banner .dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/banner_dot_off.png);   
    cursor: pointer;
}
.banner .dots .dot.active {
    background: url(/images/banner_dot_on.png);
}

.banner h1 {
    color: #263446;
    font-size: 32px;
}

.banner h2 {
    color: #225B9F;
	margin-top:0;
    font-size: 22px;
}

#slide2 div, #slide3 div, #slide4 div, #slide5 div{
	position: absolute; top:65px; left: 50px;
}

.ourSolutions {
    position: relative;
    width: 960px;
    height: 190px;
    margin-left: -475px;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ourSolutions h1 {
    text-indent: 8px;
}

.ourSolutions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ourSolutions li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 6.5px;
    width: 225px;
    height: 200px;
    cursor: pointer;
}

.ourSolutions li h1 {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-indent: 0;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}
.ourSolutions li h2 {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 210px;
    text-indent: 0;
    color: #414141;
    font-size: 12px;
    margin-top:100px;
    margin-left:10px;
    margin-right:10px;
}

.ourSolutions .action {
	background: url(/images/bg/action.gif) 0 1px no-repeat;
}

.supportYourSystemHomepage .action {
	background: url(/images/bg/action.gif) 0 6px no-repeat;
}

.home-slideshow-slide span {
    position: absolute;
    display: inline-block;
    margin-right:10px;
    height:30px;
    clear:both;    
    background-color:transparent;
    cursor: pointer;
    line-height: 30px;
   
}

.article .arrow {
	background: url(/images/bg/action.gif) 0px no-repeat;
	padding-left:0px;
}

.content .article .arrow {
	padding-left:20px;	
}

#banner2 {
    margin-top:25px;
    width:327px;
    font-size: 2150px\9;  /* large size is to make so IE can make the span exist */
}

#banner3 {
    margin-top:60px;
    width:200px;
    font-size: 1300px\9;  /* large size is to make so IE can make the span exist */
}

#banner4 {
    margin-top:60px;
    width:150px;
    font-size: 1000px\9;  /* large size is to make so IE can make the span exist */  
}

#banner5 {
    margin-top:30px;
    width:120px;
    font-size: 1000px\9;  /* large size is to make so IE can make the span exist */  
}

.ourSolutions .action{
    margin-left:5px;
       position: absolute;
       bottom: 10px;
  
}

.desktop-id-card-solutions li {
	background-image:url(/images/home_page/new_solutions_boxes/desktop-id.png);
}
.instant-issuance-solutions li{
	background-image:url(/images/home_page/new_solutions_boxes/instant-issuance.png);      
}
.central-issuance-solutions li{ 
	background-image:url(/images/home_page/new_solutions_boxes/central-issuance.png);      
}
.emv-solutions li{
	background-image:url(/images/home_page/new_solutions_boxes/emv-smart-cards.png);      
}

.supplies-solutions li{
	background-image:url(/images/home_page/new_solutions_boxes/card-printer-supplies.png);      
}

.contentWrapper {
	background-image:none;      
}

.ourBlog, .inTheNews, .productSpotlight {
    float: left;
    display: inline-block;
    width: 270px;
    margin-right: 40px;
}

.ourBlog p {
	margin-bottom:12px;
}

.ourBlog img {
	margin-top:3px;
}

.supportYourSystemHomepage {
    padding-top:30px;	
}

.supportYourSystemHomepage p {
	padding-top:5px;
}

#autocompletesubmit {
	vertical-align: middle;
}

.text-input {
	width:200px;
}

.productSpotlight img {
    text-align: center;
    display: inline-block;
}

.productSpotlight a {
    position: relative;
    display: inline-block;
}

.productSpotlight .dots a {
    top: 20px;
    width: 10px;
    height: 10px;
    margin: 2px;
    cursor: pointer;
    border: none;
}
.productSpotlight .dots .left {
    background-image: url(/images/product-spotlight_prev.jpg);
}
.productSpotlight .dots .right {
    background-image: url(/images/product-spotlight_next.jpg);
}
.productSpotlight .dots .dot {
    background-image: url(/images/product-spotlight_off.jpg);
}
.productSpotlight .dots .dot.active {
    background-image: url(/images/product-spotlight_on.jpg);
}
.productSpotlight .arrow {
    text-align: right;
}


.intlcontent h2, .uscontent h2 { 
    font-size: 18px;
    margin:0px;
    margin-bottom:7px;
}

.content {
	overflow:hidden;
}