var test = jQuery('.pos-top').children('.box-1').children('.element-text.').html();
//alert(test);


jQuery(function() {
	jQuery('.specialpris').parent().prev().children().addClass('overstruken');
});
jQuery(function() {
	jQuery('#defaultimage').css('height','330px');
});







/*

jQuery(function() {
	var pris ="";
	if(jQuery('.pris_middle').html().length) {
	     pris = jQuery('.pris_middle').html();
	
	}
	else {
		 pris = jQuery('.pris').html();
	}
		pris = pris.replace(".","");
	    pris = pris.replace(" ","");
	    pris = pris.replace(":","");
	    pris = pris.replace("_","");
	    pris = pris.replace("-","");
	    
	    
	    jQuery('.pos-bottom').append('<div class="lankalkyl"><label for="belopp">Belopp</label><input type="text" value="'+pris+'"/><label for="manader">År</label><select id="manader"><option value="1">1 år</option><option value="2">2 år</option><option value="3">3 år</option><option value="4">4 år</option><option value="5">5 år</option><option value="6">6 år</option><option value="7">7 år</option><option value="8">8 år</option><option value="9">9 år</option><option value="10">10 år</option><option value="11">11 år</option><option value="12">12 år</option><option value="13">13 år</option><option value="14">14 år</option><option value="15">15 år</option><option value="16">16 år</option><option value="17">17 år</option><option value="18">18 år</option><option value="19">19 år</option><option value="20">20 år</option></select><div id="ranta">6 %<div><div id=""></div></div>
	    <label for="ranta">Ränta</label><select id="ranta">
	    <option value="3.95">
	    </select>
	    ');
		//alert(pris);

});
*/
