﻿#no-tutorial-description
{
    position:relative;
    width:500px;
    font-size:1.7em;
    font-weight:bold;
    margin:auto;
}

#no-tutorial-screenShots
{
    position:relative;
    top:50px;
    height:300px;
    width:500px;
    overflow:hidden; 
    padding:0 0 5em 0;  
    margin:auto;
}

#screenShot1
{
    position:relative;
    top:10px;
    left:60px;
    filter:alpha(opacity=30);
    -moz-opacity:.3;
    opacity:.3;
}

#screenShot2
{
    position:relative;
    top:-80px;
    left:280px;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}

#screenShot3
{
    position:relative;
    top:-150px;
    left:110px;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;
}