/* 
    Document   : lsm_google_map
    Created on : 25/Out/2013, 12:01:07
    Author     : guilem
    Description:
        Purpose of the stylesheet follows.
*/

/* google maps related rules */




#lsm-map-canvas img{
	max-width: inherit !important;
}

html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#lsm-map-canvas
{
    height: 620px;
	margin-bottom:-25px;
}
/* end of google maps specific rules */
/* lsmplayer window specific rules (opened onclick google map markers) */



#lsmplayer-div
{
/*
    border-radius: 3px 3px 3px 3px;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    right: 0;
    width: 300px;
    height: 100%;
	background-color: #1a1a1a !important;
*/
	margin-top: 20px;
	width:890px;
	height:840px;
    background-color: #FFFFFF;
    text-align: left;
}
#lsmplayer-div iframe
{
   width: 100%;
   height: 100%;
/*
	width:895px;
	height:840px;
*/
	background-color: #1a1a1a !important;
}
/* end of lsmplayer window specific rules */