.canvasDisplay.cL1 > .shortcut{}
.selected_shortcut{background-color: orange;}
   
.canvasList.cL1 > .shortcut 
{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#shortcut_mini_panel{margin: -105px 0 0 -2px; width: 734px; height: 105px; opacity: .75;
                     border-top-right-radius: 5px; border-top-left-radius: 5px;
	 background: -webkit-linear-gradien(white, #FFC125); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(white, #FFC125); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(white, #FFC125); /* For Firefox 3.6 to 15 */
     background: linear-gradient(white, #FFC125); /* Standard syntax */ 
	 }
#shortcut_mini_panel_overlay{}

/*********************/
#shortcut_layer_wrap{width: 500px; height: 105px; /*border: 1px solid red;*/ float: left;}

#shortcut_layer_up, #shortcut_layer_down{margin: 25px 5px 0 10px; width: 45px; height: 45px; /*border: 1px solid black;*/ cursor: pointer; float: left;
                                         /*background-color: white; border-radius: 5px; box-shadow: 5px 5px 5px #FF7F00;*/}

#shortcut_layer_select{width: 375px; float: left;}
#shortcut_layer_select_header{margin: 5px;}
#shortcut_layer_select_title{padding: 3px 15px 5px 45px; width: 105px; height: 20px; float: left; font-weight: bold;}
#shortcut_layer_select_show_toggle{padding: 2px; width: 50px; height: 20px; text-align: center; float: left;}
.shortcut_thisLayer_show{border: 1px solid black; background-color: #7FFF00; cursor: pointer;}
.shortcut_thisLayer_hide{border: 1px solid black; background-color: #F5F5DC; cursor: pointer;}
#shortcut_color_picker{margin: 5px 5px 5px 35px; width: 160px; /*border-right: 1px solid red;*/ float: left;}
 .shortcut_color{margin-right: 20px; width: 45px; height: 45px; border: 2px solid transparent; float: left; cursor: pointer;}
 .selected_shortcut_color{border: 2px solid #FFA500;}
 
#shortcut_pen_size{float: left;}

.shortcut_lightbox_toggle{width: 76px; height: 105px; /*border-right: 1px solid red;*/ float: left; cursor: pointer;}
.shortcut_lightbox_toggle_title{text-align: center;}
.shortcut_lightbox_toggle_img{margin: 20px 0 0 14px; width: 45px; height: 45px; border: 1px solid black;}

#shortcut_penSize_select{width: 80px; height: 50px; /*border: 1px solid black;*/ float: left;}
.shortcut_penSize_select{width: 57px; padding: 3px 0 3px 0;}
#shortcut_eraser{margin-top: 5px; width: 60px; height: 30px; border: 4px solid #FF33CC; float: left; text-align: center; cursor: pointer;}
.shortcut_selected_eraser{background-color: pink;}

#shortcut_hide_show_wrap{width: 232px; height: 105px; float: left;
	 background: -webkit-linear-gradien(white, orange); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(white, orange); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(white, orange); /* For Firefox 3.6 to 15 */
     background: linear-gradient(white, orange); /* Standard syntax */ 
	 }
/*********************/

/*
#shortcut_canvas_toggle{width: 45px; border: 1px solid black; cursor: pointer;}
.shortcut_canvas_toggle{background-color: red;}
 
#shortcut_background_toggle{width: 45px; cursor: pointer;}
#shortcut_tutorial_toggle{width: 45px; border-radius: 100px; cursor: pointer;}
*/