#apps {
    width: 1625px;
    height: 411px;
    position: absolute;
    left: -1000px;
    top: 175px;
    /**
     * The following properties fix the flickering issue when
     * using CSS transforms for animation.
    */
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

#apps .app {
    width: 203px;
    height: 350px;
    border: 6px solid #fff;
    margin-right: 20px;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    transition-property: opacity, box-shadow;
    -webkit-transition-property: opacity, box-shadow;
    -moz-transition-property: opacity, box-shadow;
    -o-transition-property: opacity, box-shadow;
    transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(48, 108, 108, 0.1);
    -webkit-box-shadow: 0 0 60px rgba(48, 108, 108, 0.1);
    -moz-transition-box-shadow: 0 0 60px rgba(48, 108, 108, 0.1);
    -o-transition-box-shadow: 0 0 60px rgba(48, 108, 108, 0.1);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#apps .app.active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
    box-shadow: 0 0 60px rgba(48, 108, 108, 0.5);
    -webkit-box-shadow: 0 0 60px rgba(48, 108, 108, 0.5);
    -moz-transition-box-shadow: 0 0 60px rgba(48, 108, 108, 0.5);
    -o-transition-box-shadow: 0 0 60px rgba(48, 108, 108, 0.5);
}

#apps .app .content {
    padding: 20px 15px;
    text-align: center;
    font-size: 11px; font-size: 1.1rem;
    text-shadow: 1px 1px 0 #000;
}

h2 {
    text-align: center;
    font-size: 17px; font-size: 1.7rem;
    text-transform: uppercase;
    height: 75px;
}



.header .tools .inner a
{
	font-size: 12px;
	line-height: 40px;
}


#app-1 {
    background-image: url('../images/app1-ss.jpg');
}

#app-2 {
    background-image: url('../images/app2-ss.jpg');
}

#app-3 {
    background-image: url('../images/app3-ss.jpg');
}

#app-4 {
    background-image: url('../images/app4-ss.jpg');
}

#app-5 {
    background-image: url('../images/app5-ss.jpg');
}

#app-6 {
    background-image: url('../images/app6-ss.jpg');
}

#app-7 {
    background-image: url('../images/app7-ss.jpg');
    margin-right: 0 !important;
}

/**
 * Paging
*/
#pager {
    height: 25px;
    position: absolute;
    top: 580px;
    left: 487px;
    width: 100px;
    text-align: center;
    display: none;
}

#pager .page {
    background-color: #057388;
    margin-right: 3px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    opacity: 0.3;
    display: block;
    float: left;
    width: 10px;
    height: 25px;
}

#pager .page.active {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
    opacity: 1;
}

/**
 * Keyboard info
*/
#keyboard {
    width: 95px;
    padding-top: 40px;
    background-image: url('../images/keyboard.png');
    background-repeat: no-repeat;
    background-position: 6px 0;
    text-align: center;
    font-size: 10px; font-size: 1.0rem; /* =10px */
    font-family: "Ubuntu-Medium", Verdana, Helvetica, sans-serif;
    position: absolute;
    left: 855px;
    top: 585px;
    display: none;
}


/** 
 * Reset for Rosen stuff
 */

#rosen {
	font-family: Helvetica, Arial, 'sans serif';
	font-size: 16px;
	line-height: 22px;
}

#rosen h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
text-align: left;
margin-bottom: 5px;
padding-bottom: 0;
text-transform: none;
height: 24px;
}

h2#pagetitle {
    text-align: left;
    margin-top: 22px;
    color: #e05b4c;
    font-weight: normal;
    font-family: Helvetica;
    text-transform: none;
    font-size: 24px;
}

input[name=s]{
	display: none;
}

#rosen td, #rosen th {
	font-family: Helvetica, Arial, 'sans serif';
	font-size: 16px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
}

#rosen a {
	color:	#299ab7;
}

#rosen img {
margin: 0;
border: 0;
}


/* ** */
